diff options
author | Brett Cannon <brett@python.org> | 2012-07-13 15:26:19 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2012-07-13 15:26:19 (GMT) |
commit | d104eef118bda30725ac087e06252a5a3525e2df (patch) | |
tree | 25991dac89fdb9f93051c91d4cb711d2cb28067a /Misc/NEWS | |
parent | c65ef9bf556bc5be2517e2275c98504fcc4678ea (diff) | |
download | cpython-d104eef118bda30725ac087e06252a5a3525e2df.zip cpython-d104eef118bda30725ac087e06252a5a3525e2df.tar.gz cpython-d104eef118bda30725ac087e06252a5a3525e2df.tar.bz2 |
Issue #15053: Make sure all functions related to the import lock have
the Python 3.3 change notice on them in case someone directly links to
the function(s).
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -110,6 +110,9 @@ Tools/Demos Documentation ------------- +- Issue #15053: Copy Python 3.3 import lock change notice to all relevant + functions in imp instead of just at the top of the relevant section. + - Issue #15288: Link to the term "loader" in notes in pkgutil about how things won't work as expected in Python 3.3 and mark the requisite functions as "changed" since they will no longer work with modules directly imported by |