summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2008-08-06 22:28:09 (GMT)
committerBrett Cannon <bcannon@gmail.com>2008-08-06 22:28:09 (GMT)
commit3aa2a49ec97d8a56f7f748116d8cd584185c301d (patch)
tree0bbbae6149e106cf841060696175d5a7776f49aa /Misc
parentc777a412f1e8c691eb25074bf85c4e8ca854f038 (diff)
downloadcpython-3aa2a49ec97d8a56f7f748116d8cd584185c301d.zip
cpython-3aa2a49ec97d8a56f7f748116d8cd584185c301d.tar.gz
cpython-3aa2a49ec97d8a56f7f748116d8cd584185c301d.tar.bz2
Add imp.reload(). This to help with transitioning to 3.0 the reload() built-in
has been removed there.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 87b4397..2a01e01 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -41,6 +41,9 @@ Core and Builtins
Library
-------
+- Issue #2338: Create imp.reload() to help with transitioning to Python 3.0 as
+ the reload() built-in has been removed.
+
- Changed code in the following modules/packages to remove warnings raised
while running under the ``-3`` flag: aifc, asyncore, bdb, bsddb,
ConfigParser, cookielib, DocXMLRPCServer, email, filecmp, fileinput, inspect,