Message 92135 - Python tracker
Message92135
| Author | eric.smith |
|---|---|
| Recipients | eric.smith, georg.brandl, grooverdan |
| Date | 2009-09-01.08:50:03 |
| SpamBayes Score | 0.0023194382 |
| Marked as misclassified | No |
| Message-id | <1251795004.38.0.9157061406.issue6813@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
2.7 does not support the !a conversion specifier. It's only available in 3.1 and above. It's because ascii() is a 3.x only builtin. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-09-01 08:50:04 | eric.smith | set | recipients: + eric.smith, georg.brandl, grooverdan |
| 2009-09-01 08:50:04 | eric.smith | set | messageid: <1251795004.38.0.9157061406.issue6813@psf.upfronthosting.co.za> |
| 2009-09-01 08:50:03 | eric.smith | link | issue6813 messages |
| 2009-09-01 08:50:03 | eric.smith | create | |