Message182810
http://docs.python.org/3/library/array.html states that the 'u' type code is deprecated together with the rest of the Py_UNICODE API (which includes PyUnicode_FromUnicode), so keeping this using PyUnicode_FromUnicode should be fine. |
|
| Date |
User |
Action |
Args |
| 2013-02-23 20:11:25 | mjacob | set | recipients:
+ mjacob, jcea, vstinner, ezio.melotti |
| 2013-02-23 20:11:25 | mjacob | set | messageid: <1361650285.12.0.592820868791.issue17223@psf.upfronthosting.co.za> |
| 2013-02-23 20:11:25 | mjacob | link | issue17223 messages |
| 2013-02-23 20:11:25 | mjacob | create | |
|