diff options
author | Ezio Melotti <none@none> | 2011-04-05 17:40:52 (GMT) |
---|---|---|
committer | Ezio Melotti <none@none> | 2011-04-05 17:40:52 (GMT) |
commit | 9f1ffb2ae932f5eef1bcf1317a0e3d8f4bad0e0c (patch) | |
tree | 934c7dffb54ca6e5d3e30b611cba8ddae4a56fef /Misc | |
parent | 104c3f1020213fc2d0a5da6b23d72dd042d6c413 (diff) | |
download | cpython-9f1ffb2ae932f5eef1bcf1317a0e3d8f4bad0e0c.zip cpython-9f1ffb2ae932f5eef1bcf1317a0e3d8f4bad0e0c.tar.gz cpython-9f1ffb2ae932f5eef1bcf1317a0e3d8f4bad0e0c.tar.bz2 |
#7311: fix HTMLParser to accept non-ASCII attribute values.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -47,6 +47,8 @@ Core and Builtins Library ------- +- Issue #7311: fix HTMLParser to accept non-ASCII attribute values. + - Issue #10963: Ensure that subprocess.communicate() never raises EPIPE. - Issue #11662: Make urllib and urllib2 ignore redirections if the |