Skip to content

Commit 63e28e2

Browse files
committed
Update some dates
1 parent dc55b44 commit 63e28e2

7 files changed

+7
-7
lines changed

docs/python/defining-custom-python-project-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How To define custom menu commands for Python projects
33
description: Demonstrates how to edit project and targets files to add custom commands to the Python project context menu in Visual Studio. Commands can invoke on executable programs, scripts, modules, inline code snippets, and pip.
4-
ms.date: 02/02/2018
4+
ms.date: 06/27/2018
55
ms.prod: visual-studio-dev15
66
ms.technology: vs-python
77
ms.topic: conceptual

docs/python/managing-python-projects-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: Managing Python application projects
33
description: The purpose of projects in Visual Studio, how to create and manage projects for Python code, and the different project templates available for Python.
4-
ms.date: 03/05/2018
4+
ms.date: 06/27/2018
55
ms.prod: visual-studio-dev15
66
ms.technology: vs-python
77
ms.topic: conceptual

docs/python/managing-required-packages-with-requirements-txt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Using a requirements.txt file to manage package requirements
33
description: You can use a requirements.txt file to manage a project's dependencies. If you receive a project that contains a requirements.txt file, you can easily install those dependencies in one step.
4-
ms.date: 02/20/2018
4+
ms.date: 06/27/2018
55
ms.prod: visual-studio-dev15
66
ms.technology: vs-python
77
ms.topic: conceptual

docs/python/python-support-options-and-settings-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: Options and settings for Python
33
description: A reference for the various settings in Visual Studio that relate to Python code and projects.
4-
ms.date: 03/05/2018
4+
ms.date: 06/27/2018
55
ms.prod: visual-studio-dev15
66
ms.technology: vs-python
77
ms.topic: reference

docs/python/search-paths.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How Python search paths are applied
33
description: An overview of how Visual Studio uses Python search paths in both environments and projects.
4-
ms.date: 03/05/2018
4+
ms.date: 06/27/2018
55
ms.prod: visual-studio-dev15
66
ms.technology: vs-python
77
ms.topic: conceptual

docs/python/selecting-a-python-environment-for-a-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Selecting a Python interpreter and environment for a project
33
description: How to assign the Python environment to use for a Visual Studio project, plus instructions on creating virtual environments.
4-
ms.date: 03/21/2018
4+
ms.date: 06/27/2018
55
ms.prod: visual-studio-dev15
66
ms.technology: vs-python
77
ms.topic: conceptual

docs/python/working-with-c-cpp-python-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: Working with C++ and Python
33
description: A walkthrough of creating a C++ extension for Python using Visual Studio, including mixed-mode debugging.
4-
ms.date: 04/03/2018
4+
ms.date: 06/27/2018
55
ms.prod: visual-studio-dev15
66
ms.technology: vs-python
77
ms.topic: conceptual

0 commit comments

Comments
 (0)