diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2009-05-14 21:48:09 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2009-05-14 21:48:09 (GMT) |
commit | 42b5bcf048b274c7fdbb9fbabdb9f6f856031d08 (patch) | |
tree | 2ec639efed7820bcfd87b918d8fd574e294bdce4 /Misc | |
parent | eed30d830b26d325d04630cd5ee3af22f4d234da (diff) | |
download | cpython-42b5bcf048b274c7fdbb9fbabdb9f6f856031d08.zip cpython-42b5bcf048b274c7fdbb9fbabdb9f6f856031d08.tar.gz cpython-42b5bcf048b274c7fdbb9fbabdb9f6f856031d08.tar.bz2 |
Issue #5918: Fix a crash in the parser module.
Patch by Amaury.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -293,6 +293,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 #6022: a test file was created in the current working directory by |