Message276939
| Author |
serhiy.storchaka |
| Recipients |
serhiy.storchaka, steve.dower, vstinner |
| Date |
2016年09月19日.04:46:34 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1474260394.61.0.637343288097.issue28200@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Deprecated functions and types of the C API
-------------------------------------------
The :c:type:`Py_UNICODE` has been deprecated by :pep:`393` and will be
removed in Python 4. All functions using this type are deprecated:
Unicode functions and methods using :c:type:`Py_UNICODE` and
:c:type:`Py_UNICODE*` types:
* :c:macro:`PyUnicode_AS_UNICODE`, :c:func:`PyUnicode_AsUnicode`,
:c:func:`PyUnicode_AsUnicodeAndSize`: use :c:func:`PyUnicode_AsWideCharString`
(From Doc/whatsnew/3.3.rst) |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2016年09月19日 04:46:34 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, vstinner, steve.dower |
| 2016年09月19日 04:46:34 | serhiy.storchaka | set | messageid: <1474260394.61.0.637343288097.issue28200@psf.upfronthosting.co.za> |
| 2016年09月19日 04:46:34 | serhiy.storchaka | link | issue28200 messages |
| 2016年09月19日 04:46:34 | serhiy.storchaka | create |
|