Message149585
| Author | Jim.Jewett |
|---|---|
| Recipients | Jim.Jewett, ezio.melotti |
| Date | 2011-12-16.00:55:49 |
| SpamBayes Score | 0.00933153 |
| Marked as misclassified | No |
| Message-id | <1323996950.0.0.0916946145672.issue13608@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
In reviewing issue 13604 (aligning PEP 393 with the implementation) Victor Stinner noticed that PyUnicode_AsUnicodeAndSize is new in 3.3, but that it is already deprecated (because it relies on the old PyUnicode type). This born-deprecated function is just a shortcut for PyUnicode_AsUnicode plus PyUnicode_GET_SIZE, and should be removed. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-12-16 00:55:50 | Jim.Jewett | set | recipients: + Jim.Jewett, ezio.melotti |
| 2011-12-16 00:55:50 | Jim.Jewett | set | messageid: <1323996950.0.0.0916946145672.issue13608@psf.upfronthosting.co.za> |
| 2011-12-16 00:55:49 | Jim.Jewett | link | issue13608 messages |
| 2011-12-16 00:55:49 | Jim.Jewett | create | |