diff options
author | Georg Brandl <georg@python.org> | 2009-04-05 14:25:41 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-04-05 14:25:41 (GMT) |
commit | 1956d5c15f566d900644fc3e685e5b9bd663e2ae (patch) | |
tree | 1d61be3e661ffe84a52b42459a1ff2005d7227d8 /Misc | |
parent | dc4a77159b26069ee8a3f67977899f57fd160c3d (diff) | |
download | cpython-1956d5c15f566d900644fc3e685e5b9bd663e2ae.zip cpython-1956d5c15f566d900644fc3e685e5b9bd663e2ae.tar.gz cpython-1956d5c15f566d900644fc3e685e5b9bd663e2ae.tar.bz2 |
Add NEWS entry for r71237.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |