summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-09-10 01:05:07 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-09-10 01:05:07 (GMT)
commit48c7d7518ef59569ac555a0e743809737a4e41ce (patch)
tree6efe5209ce8cffcabb674f4bf3d4dce8a49eb4b5 /Misc
parent1588a3b3772bc684b31df24b107e2825bece6cf5 (diff)
parentc4b53afce491142b80b228a21a05de5dcfd8d36f (diff)
downloadcpython-48c7d7518ef59569ac555a0e743809737a4e41ce.zip
cpython-48c7d7518ef59569ac555a0e743809737a4e41ce.tar.gz
cpython-48c7d7518ef59569ac555a0e743809737a4e41ce.tar.bz2
Merge from Zach
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index aece88d..6f88266 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ What's New in Python 3.6.0 beta 1
Core and Builtins
-----------------
+- Issue #28046: Remove platform-specific directories from sys.path.
+
- Issue #25758: Prevents zipimport from unnecessarily encoding a filename
(patch by Eryk Sun)