summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2010-07-04 18:11:51 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2010-07-04 18:11:51 (GMT)
commit2cc8a5e4903b688f53e12141e3813d044dc05600 (patch)
treea995ee5e198c4a3807fcfc7ba8c9f72f9f90929d /Misc/NEWS
parent7cb6f2fe109f0231c4b11de03d2d5d96ca656f4d (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b7fe3f6..bd64056 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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