summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2013-05-31 09:51:21 -0400
committerLeonard Richardson <leonardr@segfault.org>2013-05-31 09:51:21 -0400
commite76e977befcee041f203c539e0021e822c28a32e (patch)
tree9ed5073e9955dc0dca387ccd276d75ef643ec763 /NEWS.txt
parent40d0fcd877e58f2862025f5a39a8ab0861e12b8b (diff)
The html.parser treebuilder can now handle numeric attributes in
text when the hexidecimal name of the attribute starts with a capital X.
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS.txt b/NEWS.txt
index c412916..bb90d04 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -24,6 +24,10 @@
* html5lib now supports Python 3. Fixed some Python 2-specific
code in the html5lib test suite. [bug=1181624]
+* The html.parser treebuilder can now handle numeric attributes in
+ text when the hexidecimal name of the attribute starts with a
+ capital X. Patch by Tim Shirley. [bug=1186242]
+
= 4.2.0 (20130514) =
* The Tag.select() method now supports a much wider variety of CSS