diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-02-10 08:45:44 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-02-10 08:45:44 (GMT) |
commit | fa3702dc28fa8aef291785c560832c9af60305a8 (patch) | |
tree | 3f83918e3a492d96c097ea85df7fda26559ab43d /Misc | |
parent | 5b14d732d8790a6a19cc8aa410740575ff94c85a (diff) | |
download | cpython-fa3702dc28fa8aef291785c560832c9af60305a8.zip cpython-fa3702dc28fa8aef291785c560832c9af60305a8.tar.gz cpython-fa3702dc28fa8aef291785c560832c9af60305a8.tar.bz2 |
#13960: HTMLParser is now able to handle broken comments when strict=False.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -113,6 +113,9 @@ Core and Builtins Library ------- +- Issue #13960: HTMLParser is now able to handle broken comments when + strict=False. + - Issue #9021: Add an introduction to the copy module documentation. - Issue #6005: Examples in the socket library documentation use sendall, where @@ -123,7 +126,7 @@ Library - Issue #10881: Fix test_site failure with OS X framework builds. -- Issue #964437 Make IDLE help window non-modal. +- Issue #964437: Make IDLE help window non-modal. Patch by Guilherme Polo and Roger Serwy. - Issue #2945: Make the distutils upload command aware of bdist_rpm products. |