diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2011-05-21 11:23:05 -0400 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2011-05-21 11:23:05 -0400 |
commit | 927e5de747ed2d87b55eb6e8dad46d8598f27e09 (patch) | |
tree | b06b466289f98566d08b5cae516d48ecfb3c0488 /CHANGELOG | |
parent | 550eebcc806a161cbf5e5ac7eb441cdf987a995b (diff) |
Changed dammit.py to require fewer changes to be Python 3 compatible.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ work. Here are the renames: Some attributes have also been renamed: * Tag.isSelfClosing -> Tag.is_empty_element + * UnicodeDammit.unicode -> UnicodeDammit.unicode_markup So have some arguments to popular methods: |