summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2012-08-20 13:51:32 -0400
committerLeonard Richardson <leonardr@segfault.org>2012-08-20 13:51:32 -0400
commit84088ed20f516366b272e05f7f7ccd55c446c178 (patch)
tree9e70c6bf8ff66d5a16493a4c57b2dd1cae5d1562 /NEWS.txt
parentb9129a8f6da9bcd8ba51cb1a2a54ba8892546fa3 (diff)
Skipped a test under Python 2.6 to avoid a spurious test failure. [bug=1038503]
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/NEWS.txt b/NEWS.txt
index c22f014..b7740ce 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,3 +1,9 @@
+= 4.1.3 (20120820) =
+
+* Skipped a test under Python 2.6 to avoid a spurious test failure. [bug=1038503]
+
+*
+
= 4.1.2 (20120817) =
* As per PEP-8, allow searching by CSS class using the 'class_'
@@ -10,7 +16,7 @@
non-ASCII characters.
* When sniffing encodings, if the cchardet library is installed,
- Beautiful Soup uses cchardet instead of chardet. cchardet is much
+ Beautiful Soup uses it instead of chardet. cchardet is much
faster. [bug=1020748]
* Use logging.warning() instead of warning.warn() to notify the user