Message144616
| Author | vstinner |
|---|---|
| Recipients | BreamoreBoy, effbot, ezio.melotti, lemburg, loewis, mark.dickinson, pitrou, schuppenies, vstinner |
| Date | 2011-09-29.19:17:31 |
| SpamBayes Score | 1.3269771e-05 |
| Marked as misclassified | No |
| Message-id | <1317323852.7.0.63229438099.issue3130@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The PEP 393 has been accepted: strings are now stored as PyUCS1*, PyUCS2* or PyUCS4*. The Py_UNICODE type still exist but is deprecated, and only used in the legacy API. Py_UNICODE is now always the wchar_t type, it cannot be unsigned int anymore. I hope that no platform chose to use wchar_t larger than 32 bits. Let' close this issue. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-09-29 19:17:32 | vstinner | set | recipients: + vstinner, lemburg, loewis, effbot, mark.dickinson, pitrou, schuppenies, ezio.melotti, BreamoreBoy |
| 2011-09-29 19:17:32 | vstinner | set | messageid: <1317323852.7.0.63229438099.issue3130@psf.upfronthosting.co.za> |
| 2011-09-29 19:17:32 | vstinner | link | issue3130 messages |
| 2011-09-29 19:17:31 | vstinner | create | |