STINNER Victor added the comment:

Py_UCS4_strlen() added by:

changeset:   72475:8beaa9a37387
user:        Martin v. Löwis <mar...@v.loewis.de>
date:        Wed Sep 28 07:41:54 2011 +0200
files:       ...
description:
Implement PEP 393.


Removed by:

changeset:   73236:80a7ab9ac29f
user:        Martin v. Löwis <mar...@v.loewis.de>
date:        Mon Oct 31 08:40:56 2011 +0100
files:       Include/unicodeobject.h Objects/unicodeobject.c Objects/uniops.h
description:
Drop Py_UCS4_ functions. Closes #13246.


80a7ab9ac29f came before Python 3.3.0:

haypo@selma$ hg log -r v3.3.0
changeset:   79242:bd8afb90ebf2
branch:      3.3
tag:         v3.3.0
parent:      79237:cb84dcb35114
user:        Georg Brandl <ge...@python.org>
date:        Sat Sep 29 09:44:17 2012 +0200
files:       Lib/test/test_sys.py
description:
Fix test_sys.test_implementation for final releases.


Py_UCS4_strlen() was documented but was never part of any public Python release.

=> you can remove the doc.

----------

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

Reply via email to