diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2013-06-03 07:34:30 -0400 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2013-06-03 07:34:30 -0400 |
commit | 9949d66d18f14623adf57fb4cef41b0282bb8672 (patch) | |
tree | d2cfb8eb5fbe52b06b93d15e4645f8b607ccea35 /NEWS.txt | |
parent | 4a9444ac0b74fbf84cf86b9fcf6055c85e65f62a (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.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |