commit | 6624a9fdddc3d77a426173f22ab941e8e279dec7 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Mon Nov 03 15:14:51 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Mon Nov 03 15:14:51 2008 +0000 |
tree | 559996f8531c3aac857bf53047791d911653901e | |
parent | 8928a7e911357e57b92aa1738940fec241ded28e [diff] [blame] |
#4048 make the parser module accept relative imports as valid
diff --git a/Misc/NEWS b/Misc/NEWS index 234a15d..8dd9ffb 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 #4225: ``from __future__ import unicode_literals`` didn't work in an exec statement.