This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rnk
Recipients BreamoreBoy, brett.cannon, rnk, thomaspinckney3
Date 2010-07-18.15:38:57
SpamBayes Score 8.717296e-05
Marked as misclassified No
Message-id <1279467539.82.0.140438919743.issue2927@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-07-18 15:38:59rnksetrecipients: + rnk, brett.cannon, thomaspinckney3, BreamoreBoy
2010-07-18 15:38:59rnksetmessageid: <1279467539.82.0.140438919743.issue2927@psf.upfronthosting.co.za>
2010-07-18 15:38:58rnklinkissue2927 messages
2010-07-18 15:38:57rnkcreate