Message 100027 - Python tracker
Message100027
| Author | amaury.forgeotdarc |
|---|---|
| Recipients | amaury.forgeotdarc, doerwalter, eric.smith, ezio.melotti, flox, lemburg, vstinner |
| Date | 2010-02-24.11:03:12 |
| SpamBayes Score | 0.022772852 |
| Marked as misclassified | No |
| Message-id | <1267009393.87.0.257726162619.issue7649@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Marc-André's remark was that if char<0x80 (the vast majority), it's not necessary to call any decode function: just copy the byte. Other cases (error, or non-default encoding) may use a slower path. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-02-24 11:03:14 | amaury.forgeotdarc | set | recipients: + amaury.forgeotdarc, lemburg, doerwalter, vstinner, eric.smith, ezio.melotti, flox |
| 2010-02-24 11:03:13 | amaury.forgeotdarc | set | messageid: <1267009393.87.0.257726162619.issue7649@psf.upfronthosting.co.za> |
| 2010-02-24 11:03:12 | amaury.forgeotdarc | link | issue7649 messages |
| 2010-02-24 11:03:12 | amaury.forgeotdarc | create | |