diff options
author | Leonard Richardson <leonardr@segfault.org> | 2014-12-10 19:06:33 -0500 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2014-12-10 19:06:33 -0500 |
commit | a1d16f0b14a9f08f54677d933b4ddb8e32ffabb1 (patch) | |
tree | c7889c0245b47aea083bdec279afb2c0194ca644 /NEWS.txt | |
parent | 5048db4ab06f6065d8d364500b38631456b58690 (diff) |
The warning when you pass in a filename or URL as markup will now be
displayed correctly even if the filename or URL is a Unicode
string. [bug=1268888]
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,7 @@ = 4.3.3 (Unreleased) = +* Added a Chinese translation of the documentation by Delong .w. + * Fixed yet another problem that caused the html5lib tree builder to create a disconnected parse tree. [bug=1237763] @@ -17,7 +19,9 @@ the html.parser constructor to avoid a warning and future failures. Patch by Stefano Revera. [bug=1375721] -* Added a Chinese translation of the documentation by Delong .w. +* The warning when you pass in a filename or URL as markup will now be + displayed correctly even if the filename or URL is a Unicode + string. [bug=1268888] = 4.3.2 (20131002) = |