summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-09-17 19:54:06 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-09-17 19:54:06 (GMT)
commited51b268580c1100b46bf5dbc4b4201146019644 (patch)
treeae52e3f469b71aa5e9634502eedf3c4e50c9f141 /Misc
parent313523ce2dd67db67b7dcbcc5f6d6ca95922b34b (diff)
downloadcpython-ed51b268580c1100b46bf5dbc4b4201146019644.zip
cpython-ed51b268580c1100b46bf5dbc4b4201146019644.tar.gz
cpython-ed51b268580c1100b46bf5dbc4b4201146019644.tar.bz2
Issue #28137: Renames Windows path file to ._pth
Issue #28138: Windows ._pth file should allow import site
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 581c642..f9e2474 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ What's New in Python 3.6.0 beta 2
Core and Builtins
-----------------
+- Issue #28192: Don't import readline in isolated mode.
+
- Upgrade internal unicode databases to Unicode version 9.0.0.
- Issue #28131: Fix a regression in zipimport's compile_source(). zipimport
@@ -64,6 +66,13 @@ Library
- Issue #27759: Fix selectors incorrectly retain invalid file descriptors.
Patch by Mark Williams.
+Windows
+-------
+
+- Issue #28137: Renames Windows path file to ._pth
+
+- Issue #28138: Windows ._pth file should allow import site
+
Build
-----