Message 174897 - Python tracker
Message174897
| Author | vstinner |
|---|---|
| Recipients | serhiy.storchaka, vstinner |
| Date | 2012-11-05.12:12:11 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1352117534.37.0.611340206867.issue16414@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Attached patch adds support.NONASCII to have a "portable" non-ASCII character that can be used to test non-ASCII strings. The patch uses it in some existing functions. I wrote the patch on the default branch, we may start to use it since Python 3.2. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-11-05 12:12:14 | vstinner | set | recipients: + vstinner, serhiy.storchaka |
| 2012-11-05 12:12:14 | vstinner | set | messageid: <1352117534.37.0.611340206867.issue16414@psf.upfronthosting.co.za> |
| 2012-11-05 12:12:13 | vstinner | link | issue16414 messages |
| 2012-11-05 12:12:13 | vstinner | create | |