diff options
author | Leonard Richardson <leonardr@segfault.org> | 2012-08-20 14:19:00 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2012-08-20 14:19:00 -0400 |
commit | 346acf249a043d179a940173be6de4043b6b9aae (patch) | |
tree | 636fdc5b370b7ea997ef83ae570eae3b12bcb904 /NEWS.txt | |
parent | 0f1e8f4a18ea9e48bc05abdb0a0eb2a75c46f714 (diff) |
Python 3.1 also needs to skip the unicode attribute name test.
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,8 @@ = 4.1.3 (20120820) = -* Skipped a test under Python 2.6 to avoid a spurious test failure. [bug=1038503] +* Skipped a test under Python 2.6 and Python 3.1 to avoid a spurious + test failure caused by the lousy HTMLParser in those + versions. [bug=1038503] * Raise a more specific error (FeatureNotFound) when a requested parser or parser feature is not installed. Raise NotImplementedError |