diff options
author | Leonard Richardson <leonardr@segfault.org> | 2021-12-19 14:10:57 -0500 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2021-12-19 14:10:57 -0500 |
commit | 792a9e485e1b110534345a4f96fd65099879421e (patch) | |
tree | ec026863a8efc321655b08f28a957599d3c6bf23 /CHANGELOG | |
parent | 21e42d700be98412003980ccd707af1ee7ab60f8 (diff) |
Remove a huge list of HTML entities that was only necessary under Python 2.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -45,7 +45,8 @@ Python 2 was revision 605. * Removed support for the iconv_codec library, which doesn't seem to exist anymore and was never put up on PyPI. (The closest - replacement on PyPI, iconv_codecs, is GPL-licensed, so we can't use it.) + replacement on PyPI, iconv_codecs, is GPL-licensed, so we can't use + it--it's also quite old.) = 4.10.0 (20210907) |