summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2010-07-04 16:37:31 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2010-07-04 16:37:31 (GMT)
commit2bd61a988f3598db41feed19e55efac3eb10bf01 (patch)
tree5148a2da5a62f7398a0fe6f4dbbbb4cfa71dcffa /Misc/NEWS
parent9a492acc14c499f0ec675d58814c9242ed90c021 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 091deab..b7fe3f6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.