Message 110657 - Python tracker
Message110657
| 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 '. 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:59 | rnk | set | recipients: + rnk, brett.cannon, thomaspinckney3, BreamoreBoy |
| 2010-07-18 15:38:59 | rnk | set | messageid: <1279467539.82.0.140438919743.issue2927@psf.upfronthosting.co.za> |
| 2010-07-18 15:38:58 | rnk | link | issue2927 messages |
| 2010-07-18 15:38:57 | rnk | create | |