diff options
author | Leonard Richardson <leonardr@segfault.org> | 2013-10-02 09:46:59 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2013-10-02 09:46:59 -0400 |
commit | 81b1a39ab4a233c4fb5fe8aa77e81cd67c44dc78 (patch) | |
tree | 957e2200e7e3c3825e840c07c85feab79152386f /NEWS.txt | |
parent | 031ff0e51d01ef4ab09b47916f342f9f77e13daf (diff) |
Restored the helpful syntax error that happens when you try to
import the Python 2 edition of Beautiful Soup under Python
3. [bug=1213387]
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ += 4.3.3 (Unreleased) = + +* Restored the helpful syntax error that happens when you try to + import the Python 2 edition of Beautiful Soup under Python + 3. [bug=1213387] + = 4.3.2 (20131002) = * Fixed a bug in which short Unicode input was improperly encoded to |