New submission from Jim Jewett <jimjjew...@gmail.com>:

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.

----------
components: Unicode
messages: 149585
nosy: Jim.Jewett, ezio.melotti
priority: normal
severity: normal
status: open
title: remove born-deprecated PyUnicode_AsUnicodeAndSize
versions: Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13608>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to