commit | 1a7f3020a7abd7b1904f60ebb520180b3a124b5e | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Sun Jul 04 16:59:04 2010 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Sun Jul 04 16:59:04 2010 +0000 |
tree | a5bdbbcc815e1b54407fe96a79ca767e333c2e4d | |
parent | 644bef795b2a87ae41cdb308a526d562d77ff116 [diff] [blame] |
Issue #9130: Fix validation of relative imports in parser module.
diff --git a/Misc/NEWS b/Misc/NEWS index f605050..d1a5dbe 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -81,6 +81,8 @@ Library ------- +- Issue #9130: Fix validation of relative imports in parser module. + - Issue #9128: Fix validation of class decorators in parser module. - Issue #7673: Fix security vulnerability (CVE-2010-2089) in the audioop