diff options
| author | Serhiy Storchaka <storchaka@gmail.com> | 2013-05-22 17:07:51 +0300 |
|---|---|---|
| committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-05-22 17:07:51 +0300 |
| commit | 66d53fa9ad846a401292eec622a6a98983bed578 (patch) | |
| tree | 210b779b9e53f5372a645014459aa98145177185 /Misc | |
| parent | 9e62d35e656ff2c8c3343943a9b7b5e5bf39ee2e (diff) | |
| download | cpython-git-66d53fa9ad846a401292eec622a6a98983bed578.tar.gz | |
Issue #16986: ElementTree now correctly parses a string input not only when
an internal XML encoding is UTF-8 or US-ASCII.
Diffstat (limited to 'Misc')
| -rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -24,6 +24,9 @@ Core and Builtins Library ------- +- Issue #16986: ElementTree now correctly parses a string input not only when + an internal XML encoding is UTF-8 or US-ASCII. + - Issue #17812: Fixed quadratic complexity of base64.b32encode(). - Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of |
