projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
3dc74c0
5211ffe
)
#13993: merge with 3.2.
author
Ezio Melotti
<ezio.melotti@gmail.com>
Mon, 13 Feb 2012 09:42:29 +0000
(11:42 +0200)
committer
Ezio Melotti
<ezio.melotti@gmail.com>
Mon, 13 Feb 2012 09:42:29 +0000
(11:42 +0200)
1
2
Misc/NEWS
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
Misc/NEWS
index 29d17fde29876f595a8bdacd5306f298e53def83,9294e70047ca8b8d7cb264fc2175175e7eb942ad..5503ee9485efc13b5cd7c6140551d6594bdb0598
---
1
/
Misc/NEWS
---
2
/
Misc/NEWS
+++ b/
Misc/NEWS
@@@
-466,10
-113,9
+466,13
@@@
Core and Builtin
Library
-------
+ - Issue #13993: HTMLParser is now able to handle broken end tags when
+ strict=False.
+
+- Issue #13930: lib2to3 now supports writing converted output files to another
+ directory tree as well as copying unchanged files and altering the file
+ suffix.
+
- Issue #9750: Fix sqlite3.Connection.iterdump on tables and fields
with a name that is a keyword or contains quotes. Patch by Marko
Kohtala.