summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2013-06-03 07:34:30 -0400
committerLeonard Richardson <leonard.richardson@canonical.com>2013-06-03 07:34:30 -0400
commit9949d66d18f14623adf57fb4cef41b0282bb8672 (patch)
treed2cfb8eb5fbe52b06b93d15e4645f8b607ccea35 /NEWS.txt
parent4a9444ac0b74fbf84cf86b9fcf6055c85e65f62a (diff)
Beautiful Soup will issue a warning if instead of markup you pass it
a URL or the name of a file on disk (a common beginner mistake).
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 3d0846f..7b801c9 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -16,6 +16,9 @@
redundant code has been removed from Unicode, Dammit, and some
undocumented features have also been removed.
+* Beautiful Soup will issue a warning if instead of markup you pass it
+ a URL or the name of a file on disk (a common beginner mistake).
+
= 4.2.1 (20130531) =
* The default XML formatter will now replace ampersands even if they