commit | 6f08e85ad97fc99dde46848167fa3310c4275c32 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Mon Nov 03 15:19:35 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Mon Nov 03 15:19:35 2008 +0000 |
tree | 2ab79dc61d2d66da28f939237ec7beada2705f44 | |
parent | 3b335ff3402b1263e3fbf50ef6ba6e8cf2de1624 [diff] [blame] |
backport r67077 from the trunk: parser module now correctly validates relative imports
diff --git a/Misc/NEWS b/Misc/NEWS index 6e8a25a..c8651c1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ 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.