diff options
author | Leonard Richardson <leonardr@segfault.org> | 2016-07-16 11:59:37 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2016-07-16 11:59:37 -0400 |
commit | adcfa8e5ec199c41f5b22041dbfeb852aa034434 (patch) | |
tree | 1ff613481be6acb6df13474117cb9932cdf6c623 /NEWS.txt | |
parent | e4ff05f0783605350171f6623d4055837c2af14f (diff) |
Fixed a Python 3 ByteWarning when a URL was passed in as though it
were markup. Thanks to James Salter for a patch and
test. [bug=1533762]
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ += 4.5.0 () = + +* Corrected handling of XML processing instructions. [bug=1504393] + +* Fixed a Python 3 ByteWarning when a URL was passed in as though it + were markup. Thanks to James Salter for a patch and + test. [bug=1533762] + = 4.4.1 (20150928) = * Fixed a bug that deranged the tree when part of it was |