commit | 2cc8a5e4903b688f53e12141e3813d044dc05600 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Sun Jul 04 18:11:51 2010 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Sun Jul 04 18:11:51 2010 +0000 |
tree | a995ee5e198c4a3807fcfc7ba8c9f72f9f90929d | |
parent | 7cb6f2fe109f0231c4b11de03d2d5d96ca656f4d [diff] [blame] |
Issue #9130: Fix validation of relative imports in parser module.
diff --git a/Misc/NEWS b/Misc/NEWS index b7fe3f6..bd64056 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -468,6 +468,8 @@ Library ------- +- Issue #9130: Fix validation of relative imports in parser module. + - Issue #9128: Fix validation of class decorators in parser module. - Issue #9094: python -m pickletools will now disassemble pickle files