commit | 9f1ffb2ae932f5eef1bcf1317a0e3d8f4bad0e0c | [log] [tgz] |
---|---|---|
author | Ezio Melotti <none@none> | Tue Apr 05 20:40:52 2011 +0300 |
committer | Ezio Melotti <none@none> | Tue Apr 05 20:40:52 2011 +0300 |
tree | 934c7dffb54ca6e5d3e30b611cba8ddae4a56fef | |
parent | 104c3f1020213fc2d0a5da6b23d72dd042d6c413 [diff] [blame] |
#7311: fix HTMLParser to accept non-ASCII attribute values.
diff --git a/Misc/NEWS b/Misc/NEWS index 2c444a9..fe4605f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -47,6 +47,8 @@ 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