diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-09-10 01:05:07 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-09-10 01:05:07 (GMT) |
commit | 48c7d7518ef59569ac555a0e743809737a4e41ce (patch) | |
tree | 6efe5209ce8cffcabb674f4bf3d4dce8a49eb4b5 /Misc | |
parent | 1588a3b3772bc684b31df24b107e2825bece6cf5 (diff) | |
parent | c4b53afce491142b80b228a21a05de5dcfd8d36f (diff) | |
download | cpython-48c7d7518ef59569ac555a0e743809737a4e41ce.zip cpython-48c7d7518ef59569ac555a0e743809737a4e41ce.tar.gz cpython-48c7d7518ef59569ac555a0e743809737a4e41ce.tar.bz2 |
Merge from Zach
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |