summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2009-05-14 21:54:00 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2009-05-14 21:54:00 (GMT)
commit37d1c18bda0e1596c465c75f8fe928400899399a (patch)
tree947817e11a5a47fa89c175011bfc1849a29aa35b /Misc
parent7c8494b6e24b6efcef6386e0bb921cd08ecc68c6 (diff)
downloadcpython-37d1c18bda0e1596c465c75f8fe928400899399a.zip
cpython-37d1c18bda0e1596c465c75f8fe928400899399a.tar.gz
cpython-37d1c18bda0e1596c465c75f8fe928400899399a.tar.bz2
Merged revisions 72645 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r72645 | antoine.pitrou | 2009-05-14 23:48:09 +0200 (jeu., 14 mai 2009) | 6 lines Issue #5918: Fix a crash in the parser module. Patch by Amaury. ........
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 0c28db0..9173a72 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -23,6 +23,8 @@ Core and Builtins
Library
-------
+- Issue #5918: Fix a crash in the parser module.
+
- Issue #1664: Make nntplib IPv6-capable. Patch by Derek Morr.
- Issue #5006: Better handling of unicode byte-order marks (BOM) in the io