In Python 3, the é is always converted to \xe9 during
parsing.
= 3.0.7a =
Added an import that makes BS work in Python 2.3.
= 3.0.7 =
Fixed a UnicodeDecodeError when unpickling documents that contain
non-ASCII characters.
Fixed a TypeError that occured in some circumstances when a tag
contained no text.
Jump through hoops to avoid the use of chardet, which can be extremely
slow in some circumstances. UTF-8 documents should never trigger the
use of chardet.
Whitespace is preserved inside and