diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2010-07-04 18:11:51 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2010-07-04 18:11:51 (GMT) |
commit | 2cc8a5e4903b688f53e12141e3813d044dc05600 (patch) | |
tree | a995ee5e198c4a3807fcfc7ba8c9f72f9f90929d /Misc/NEWS | |
parent | 7cb6f2fe109f0231c4b11de03d2d5d96ca656f4d (diff) | |
download | cpython-2cc8a5e4903b688f53e12141e3813d044dc05600.zip cpython-2cc8a5e4903b688f53e12141e3813d044dc05600.tar.gz cpython-2cc8a5e4903b688f53e12141e3813d044dc05600.tar.bz2 |
Issue #9130: Fix validation of relative imports in parser module.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -468,6 +468,8 @@ C-API 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 |