diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-04-16 08:58:23 -0400 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-04-16 08:58:23 -0400 |
commit | 55538ee74f6e0b28818e6a62d6160d910a55b2ec (patch) | |
tree | b13cca891224f354aac27f4b4c26d0150c637dcc /NEWS.txt | |
parent | 233cc621d768654ae86e74b753da02bd138cf2d1 (diff) |
Give a more useful error when the user tries to run the Python 2 version of BS under Python 3.
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,6 +5,9 @@ * Added the missing renderContents method from Beautiful Soup 3. Also added an encode_contents() method to go along with decode_contents(). +* Give a more useful error when the user tries to run the Python 2 + version of BS under Python 3. + = 4.0.3 (20120403) = * Fixed a typo that caused some versions of Python 3 to convert the |