This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mjacob
Recipients ezio.melotti, jcea, mjacob, vstinner
Date 2013-02-23.20:11:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361650285.12.0.592820868791.issue17223@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-02-23 20:11:25mjacobsetrecipients: + mjacob, jcea, vstinner, ezio.melotti
2013-02-23 20:11:25mjacobsetmessageid: <1361650285.12.0.592820868791.issue17223@psf.upfronthosting.co.za>
2013-02-23 20:11:25mjacoblinkissue17223 messages
2013-02-23 20:11:25mjacobcreate