summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-04-05 14:25:41 (GMT)
committerGeorg Brandl <georg@python.org>2009-04-05 14:25:41 (GMT)
commit1956d5c15f566d900644fc3e685e5b9bd663e2ae (patch)
tree1d61be3e661ffe84a52b42459a1ff2005d7227d8 /Misc
parentdc4a77159b26069ee8a3f67977899f57fd160c3d (diff)
downloadcpython-1956d5c15f566d900644fc3e685e5b9bd663e2ae.zip
cpython-1956d5c15f566d900644fc3e685e5b9bd663e2ae.tar.gz
cpython-1956d5c15f566d900644fc3e685e5b9bd663e2ae.tar.bz2
Add NEWS entry for r71237.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 685c689..bfcd9fa 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -212,6 +212,8 @@ Core and Builtins
Library
-------
+- Issue 1326077: fix the formatting of SyntaxErrors by the traceback module.
+
- Issue 1726172: fix IndexError in the case of and empty response in ftplib.
- Issue 2625: added missing iteritems() call to the for loop in