commit | 2bd61a988f3598db41feed19e55efac3eb10bf01 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Sun Jul 04 16:37:31 2010 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Sun Jul 04 16:37:31 2010 +0000 |
tree | 5148a2da5a62f7398a0fe6f4dbbbb4cfa71dcffa | |
parent | 9a492acc14c499f0ec675d58814c9242ed90c021 [diff] |
Issue #9128: Fix validation of class decorators in parser module.
diff --git a/Misc/NEWS b/Misc/NEWS index 091deab..b7fe3f6 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -468,6 +468,8 @@ Library ------- +- Issue #9128: Fix validation of class decorators in parser module. + - Issue #9094: python -m pickletools will now disassemble pickle files listed in the command line arguments. See output of python -m pickletools -h for more details.