diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2010-07-04 16:37:31 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2010-07-04 16:37:31 (GMT) |
commit | 2bd61a988f3598db41feed19e55efac3eb10bf01 (patch) | |
tree | 5148a2da5a62f7398a0fe6f4dbbbb4cfa71dcffa /Misc/NEWS | |
parent | 9a492acc14c499f0ec675d58814c9242ed90c021 (diff) | |
download | cpython-2bd61a988f3598db41feed19e55efac3eb10bf01.zip cpython-2bd61a988f3598db41feed19e55efac3eb10bf01.tar.gz cpython-2bd61a988f3598db41feed19e55efac3eb10bf01.tar.bz2 |
Issue #9128: Fix validation of class decorators 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 #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. |