diff options
author | Petri Lehtinen <petri@digip.org> | 2012-05-19 15:34:06 (GMT) |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2012-05-19 15:36:33 (GMT) |
commit | 079bfc962d838cb80a008ad3d949222256e1228d (patch) | |
tree | cbceea43337e95c19de480f6b63de0819b33fa4c /Misc | |
parent | 6709b7d5d1b8643856a3e0f864c0657a927f427a (diff) | |
download | cpython-079bfc962d838cb80a008ad3d949222256e1228d.zip cpython-079bfc962d838cb80a008ad3d949222256e1228d.tar.gz cpython-079bfc962d838cb80a008ad3d949222256e1228d.tar.bz2 |
#14494: Document that absolute imports became default in 3.0 instead of 2.7.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -598,6 +598,7 @@ Ken Manheimer Vladimir Marangozov David Marek Doug Marien +Sven Marnach Alex Martelli Anthony Martin Owen Martin @@ -10,6 +10,10 @@ What's New in Python 3.2.4 Core and Builtins ----------------- +- Issue #14494: Fix __future__.py and its documentation to note that + absolute imports are the default behavior in 3.0 instead of 2.7. + Patch by Sven Marnach. + - Issue #14761: Fix potential leak on an error case in the import machinery. - Issue #14699: Fix calling the classmethod descriptor directly. |