summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2013-10-01 22:15:53 -0400
committerLeonard Richardson <leonardr@segfault.org>2013-10-01 22:15:53 -0400
commit2480f1622a71eb500aa5dcabdeb8cf447c283bde (patch)
tree6ef08cf3c4993ead6ac6f9d8fedc8d0f773c8cb9 /NEWS.txt
parentbe859b1cddf8dfa18708b5081a8af3af013cfed4 (diff)
downloadbeautifulsoup4-2480f1622a71eb500aa5dcabdeb8cf447c283bde.tar.gz
Fixed a crash when a short input contains data not valid in
filenames. [bug=1232604]
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 6df956a..259771e 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -4,6 +4,9 @@
ASCII when checking whether or not it was a file on
disk. [bug=1227016]
+* Fixed a crash when a short input contains data not valid in
+ filenames. [bug=1232604]
+
* Combined two tests to stop a spurious test failure when tests are
run by nosetests. [bug=1212445]