summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-11-03 15:19:35 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-11-03 15:19:35 (GMT)
commit6f08e85ad97fc99dde46848167fa3310c4275c32 (patch)
tree2ab79dc61d2d66da28f939237ec7beada2705f44 /Misc/NEWS
parent3b335ff3402b1263e3fbf50ef6ba6e8cf2de1624 (diff)
downloadcpython-6f08e85ad97fc99dde46848167fa3310c4275c32.zip
cpython-6f08e85ad97fc99dde46848167fa3310c4275c32.tar.gz
cpython-6f08e85ad97fc99dde46848167fa3310c4275c32.tar.bz2
backport r67077 from the trunk: parser module now correctly validates relative imports
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 6e8a25a..c8651c1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 2.5.3?
Core and builtins
-----------------
+- Issue #4048: The parser module now correctly validates relative imports.
+
- Issue #4176: Fixed a crash when pickling an object which ``__reduce__``
method does not return iterators for the 4th and 5th items.