summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2018-07-14 14:24:36 -0400
committerLeonard Richardson <leonardr@segfault.org>2018-07-14 14:24:36 -0400
commitd48fd72468023868ade770abe8ea824bff7df4cc (patch)
tree3085b2addf0ab3b87ae5a3b2e050cfa29e620a4b /NEWS.txt
parent73b0fdbccb599c5bb77d7727af74c0d73a72e41d (diff)
downloadbeautifulsoup4-d48fd72468023868ade770abe8ea824bff7df4cc.tar.gz
Fixed a Windows crash in diagnose() when checking whether a long
markup string is a filename. [bug=1737121]
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 2fc0a6e..2437e83 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -5,6 +5,9 @@
* Fixed code that was causing deprecation warnings in recent Python 3
versions. Includes a patch from Ville Skyttä. [bug=1778909] [bug=1689496]
+* Fixed a Windows crash in diagnose() when checking whether a long
+ markup string is a filename. [bug=1737121]
+
= 4.6.0 (20170507) =
* Added the `Tag.get_attribute_list` method, which acts like `Tag.get` for