summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2013-10-01 21:55:22 -0400
committerLeonard Richardson <leonardr@segfault.org>2013-10-01 21:55:22 -0400
commitbe859b1cddf8dfa18708b5081a8af3af013cfed4 (patch)
tree42ee6f16d1afb17b8b462135728fe3d10dc7102a /NEWS.txt
parentd2f7e9823e5e23554e9af71876133d50fef0d396 (diff)
downloadbeautifulsoup4-be859b1cddf8dfa18708b5081a8af3af013cfed4.tar.gz
Fixed a bug in which short Unicode input was improperly encoded to ASCII when checking whether or not it was a file on
disk. [bug=1227016]
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 5d0e751..6df956a 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,5 +1,9 @@
= 4.3.2 (Unreleased) =
+* Fixed a bug in which short Unicode input was improperly encoded to
+ ASCII when checking whether or not it was a file on
+ disk. [bug=1227016]
+
* Combined two tests to stop a spurious test failure when tests are
run by nosetests. [bug=1212445]