Skip to content

Commit c6a6fca

Browse files
author
PRMerger6
authored
Merge pull request #1984 from kraigb/kraigb-python-15.7
Updating dates for 15.7
2 parents e23e63a + e49c53d commit c6a6fca

9 files changed

+11
-11
lines changed

docs/ide/quickstart-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Quickstart: use Visual Studio to create a Python web app"
33
description: In this quickstart, you use Visual Studio and the Flask framework to build a simple web app in Python.
4-
ms.date: 03/21/2018
4+
ms.date: 05/07/2018
55
ms.prod: visual-studio-dev15
66
ms.prod: visual-studio-dev15
77
ms.technology: vs-python

docs/python/editing-python-code-in-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Editing Python code
33
description: Editing Python in Visual Studio provides IntelliSense, code snippets, and navigation features, alongside formatting, linting, and refactoring.
4-
ms.date: 03/05/2018
4+
ms.date: 05/07/2018
55
ms.prod: visual-studio-dev15
66
ms.technology: vs-python
77
ms.topic: conceptual

docs/python/managing-python-environments-in-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Manage Python environments and interpreters
33
description: Use the Python Environments window to manage global, virtual, and conda environments, installing Python interpreters and packages, and assigning environments to Visual Studio projects.
4-
ms.date: 03/21/2018
4+
ms.date: 05/07/2018
55
ms.prod: visual-studio-dev15
66
ms.technology: vs-python
77
ms.topic: conceptual

docs/python/overview-of-python-tools-for-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Overview of Python support in Visual Studio on Windows
33
description: Summary of Python features in Visual Studio, making it the best Python IDE on Windows (also known as Python Tools for Visual Studio, PTVS).
4-
ms.date: 04/06/2018
4+
ms.date: 05/07/2018
55
ms.prod: visual-studio-dev15
66
ms.technology: vs-python
77
ms.topic: overview

docs/python/python-environments-window-tab-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Python environments window reference
33
description: Details on each of the tabs that appear in the Python Environments window in Visual Studio.
4-
ms.date: 03/05/2018
4+
ms.date: 05/07/2018
55
ms.prod: visual-studio-dev15
66
ms.technology: vs-python
77
ms.topic: conceptual

docs/python/quickstart-01-python-in-visual-studio-project-from-existing-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Quickstart - Creating a Python project from existing code
2+
title: Quickstart - Create a Python project from existing code
33
description: In this quickstart, you create a Visual Studio project for Python from an existing folder, using a convenient template.
4-
ms.date: 01/08/2018
4+
ms.date: 05/07/2018
55
ms.prod: visual-studio-dev15
66
ms.technology: vs-python
77
ms.topic: quickstart

docs/python/quickstart-02-python-in-visual-studio-project-from-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Quickstart - Create a Python project using a template
33
description: In this quickstart, you create a Visual Studio project for Python using the built-in template for a basic Flask app.
4-
ms.date: 03/22/2018
4+
ms.date: 05/07/2018
55
ms.prod: visual-studio-dev15
66
ms.technology: vs-python
77
ms.topic: quickstart

docs/python/quickstart-03-python-in-visual-studio-project-from-repository.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Quickstart - Cloning a repository of Python code
2+
title: Quickstart - Clone a repository of Python code
33
description: In this quickstart, you create a Python project in Visual Studio by cloning the Python koans repository using Visual Studio Team Explorer.
4-
ms.date: 03/21/2018
4+
ms.date: 05/07/2018
55
ms.prod: visual-studio-dev15
66
ms.technology: vs-python
77
ms.topic: quickstart

docs/python/quickstart-04-python-in-visual-studio-project-from-cookiecutter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Quickstart - Create a Python project using Cookiecutter
33
description: In this quickstart, you create a Visual Studio project for Python using a Cookiecutter template.
4-
ms.date: 09/22/2017
4+
ms.date: 05/07/2018
55
ms.prod: visual-studio-dev15
66
ms.technology: vs-python
77
ms.topic: quickstart

0 commit comments

Comments
 (0)