summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2008-05-11 23:39:04 (GMT)
committerBrett Cannon <bcannon@gmail.com>2008-05-11 23:39:04 (GMT)
commitb61d801adbb7dd13ed1f2706fe537cae970bcfa6 (patch)
treed6a9de443e5e4aada96170dd956f020a0e482572 /Misc/NEWS
parent1fcaa77ac5a9cb09e014f2531a85561b9f7bed8c (diff)
downloadcpython-b61d801adbb7dd13ed1f2706fe537cae970bcfa6.zip
cpython-b61d801adbb7dd13ed1f2706fe537cae970bcfa6.tar.gz
cpython-b61d801adbb7dd13ed1f2706fe537cae970bcfa6.tar.bz2
Put Lib/lib-old back on to sys.path for module renames.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f843f2a..230632e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -76,6 +76,8 @@ Library
Build
-----
+- ``Lib/lib-old`` is now added to sys.path.
+
What's New in Python 2.6 alpha 3?
=================================