summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2012-08-20 14:19:00 -0400
committerLeonard Richardson <leonardr@segfault.org>2012-08-20 14:19:00 -0400
commit346acf249a043d179a940173be6de4043b6b9aae (patch)
tree636fdc5b370b7ea997ef83ae570eae3b12bcb904 /NEWS.txt
parent0f1e8f4a18ea9e48bc05abdb0a0eb2a75c46f714 (diff)
Python 3.1 also needs to skip the unicode attribute name test.
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 3557891..84365e7 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -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