summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2011-02-18 15:13:41 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2011-02-18 15:13:41 -0500
commit8249b803d9bab9c06be02a244e629cb732f4f5b1 (patch)
tree447cddabac142fefd583df1acd6268f6abcb8f5c /CHANGELOG
parent0dda99b15112df7225e647db9702fbd62dcc8ea8 (diff)
parente170ff33e67e806cf33e2e51fcefcfa0b9310d96 (diff)
Ported the rest of the HTML tests, including tests of broken HTML from the TODO. Made Unicode, Dammit PEP-8 compliant.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index dffab7c..5d13a6d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -55,8 +55,8 @@ The value of a.string used to be None, and now it's "foo".
An HTML or XML entity is always converted into the corresponding
Unicode character. There are no longer any smartQuotesTo or
-convertEntities arguments. (Unicode Dammit still has smartQuotesTo,
-though that may change.)
+convert_entities arguments. (Unicode Dammit still has smart_quotes_to,
+but the default is now to turn smart quotes into Unicode.)
= 3.1.0 =