summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-02-26 22:25:33 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-02-26 22:25:33 (GMT)
commit76998fef2ced3dfbd62a3047f40312e3fff3ac26 (patch)
tree096c7a02da01620f4e6e243fbe5d52b41a631b86 /Misc/NEWS
parentb48af340b9e6c8775fb9da9cab06e922d0bd0127 (diff)
downloadcpython-76998fef2ced3dfbd62a3047f40312e3fff3ac26.zip
cpython-76998fef2ced3dfbd62a3047f40312e3fff3ac26.tar.gz
cpython-76998fef2ced3dfbd62a3047f40312e3fff3ac26.tar.bz2
Issue #23465: Implement PEP 486 - Make the Python Launcher aware of virtual environments (patch by Paul Moore)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 796e9bf..17641ce 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -77,6 +77,9 @@ Build
Windows
-------
+- Issue #23465: Implement PEP 486 - Make the Python Launcher aware of virtual
+ environments. Patch by Paul Moore.
+
- Issue #23437: Make user scripts directory versioned on Windows. Patch by Paul
Moore.