[issue28808] Make PyUnicode_CompareWithASCIIString() never failing

STINNER Victor report at bugs.python.org
Tue Nov 29 03:17:59 EST 2016


STINNER Victor added the comment:

>> The function was already documented in Python 3.5, so please add a "..
>> versionchanged:: 3.6" to document the API chnange.

> No, this behavior is not documented in any released Python version. The note about the failure was added in issue28701.

Ah wait, you want to push this change into Python 3.5? I would prefer to leave Python 3.5 unchanged.

Even if you modify Python 3.5, you still have to mention the "versionchanged", since it's a behaviour change.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28808>
_______________________________________


More information about the Python-bugs-list mailing list