diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-11-03 15:19:35 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-11-03 15:19:35 (GMT) |
commit | 6f08e85ad97fc99dde46848167fa3310c4275c32 (patch) | |
tree | 2ab79dc61d2d66da28f939237ec7beada2705f44 /Misc/NEWS | |
parent | 3b335ff3402b1263e3fbf50ef6ba6e8cf2de1624 (diff) | |
download | cpython-6f08e85ad97fc99dde46848167fa3310c4275c32.zip cpython-6f08e85ad97fc99dde46848167fa3310c4275c32.tar.gz cpython-6f08e85ad97fc99dde46848167fa3310c4275c32.tar.bz2 |
backport r67077 from the trunk: parser module now correctly validates relative imports
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ What's New in Python 2.5.3? Core and builtins ----------------- +- Issue #4048: The parser module now correctly validates relative imports. + - Issue #4176: Fixed a crash when pickling an object which ``__reduce__`` method does not return iterators for the 4th and 5th items. |