diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-02-10 08:50:49 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-02-10 08:50:49 (GMT) |
commit | 176630ec1968e4467f8bd45745c6e402760be072 (patch) | |
tree | a0feefcce4ac357f17cd0fd5db54ca1881567e37 /Misc | |
parent | 9f90a731eb9a09e9e2fc022800475ff22206ac01 (diff) | |
parent | fa3702dc28fa8aef291785c560832c9af60305a8 (diff) | |
download | cpython-176630ec1968e4467f8bd45745c6e402760be072.zip cpython-176630ec1968e4467f8bd45745c6e402760be072.tar.gz cpython-176630ec1968e4467f8bd45745c6e402760be072.tar.bz2 |
#13960: merge with 3.2.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -466,6 +466,9 @@ Core and Builtins Library ------- +- Issue #13960: HTMLParser is now able to handle broken comments when + strict=False. + - Issue #13921: Undocument and clean up sqlite3.OptimizedUnicode, which is obsolete in Python 3.x. It's now aliased to str for backwards compatibility. @@ -498,7 +501,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 #13734: Add os.fwalk(), a directory walking function yielding file |