Reid Kleckner <r...@mit.edu> added the comment:

It's using the old Python 2 unicode string literal syntax.

It also doesn't keep to 80 cols.

I'd also rather continue using a lazily initialized dict instead of catching a 
KeyError for &apos;.

I also feel that with the changes to Unicode in py3k, the cp1252 stuff won't 
work as desired and should be cut.

===

Is anyone still interested in html.unescape or html.escape anyway?  Every web 
framework seems to have their own support routines already.  Otherwise I'd 
recommend close -> wontfix.

----------
nosy: +rnk

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue2927>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to