summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-10-25 19:39:26 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-10-25 19:39:26 (GMT)
commit3b2f0f045903ba9f24d92c053bd6d0fc8561973f (patch)
treed3bcca7df65ba9eab3136f66dd93b875cda70c54 /Misc/NEWS
parent79aa68dfc1ab4936107f9528d939e865f94da4b6 (diff)
downloadcpython-3b2f0f045903ba9f24d92c053bd6d0fc8561973f.zip
cpython-3b2f0f045903ba9f24d92c053bd6d0fc8561973f.tar.gz
cpython-3b2f0f045903ba9f24d92c053bd6d0fc8561973f.tar.bz2
Issue #19375: The site module adding a "site-python" directory to sys.path, if it exists, is now deprecated.
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 5f6ccad..be64bee 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,9 @@ Core and Builtins
Library
-------
+- Issue #19375: The site module adding a "site-python" directory to sys.path,
+ if it exists, is now deprecated.
+
- Issue #19379: Lazily import linecache in the warnings module, to make
startup with warnings faster until a warning gets printed.