Message167112
| Author | vstinner |
|---|---|
| Recipients | mark.dickinson, meador.inge, pitrou, skrah, vstinner |
| Date | 2012-08-01.10:19:43 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1343816385.02.0.907423918004.issue13072@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Here is a patch reverting changes of the PEP 393, as suggested by Martin von Loewis. With the patch, array uses Py_UNICODE* type for the 'u' format. So array.array('u', '\u0010ffff')[0] should return '\uDBFF' on Windows. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-08-01 10:19:45 | vstinner | set | recipients: + vstinner, mark.dickinson, pitrou, skrah, meador.inge |
| 2012-08-01 10:19:45 | vstinner | set | messageid: <1343816385.02.0.907423918004.issue13072@psf.upfronthosting.co.za> |
| 2012-08-01 10:19:44 | vstinner | link | issue13072 messages |
| 2012-08-01 10:19:43 | vstinner | create | |