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 xiang.zhang
Recipients serhiy.storchaka, vstinner, xiang.zhang
Date 2016-11-28.16:29:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480350558.9.0.582516213925.issue28822@psf.upfronthosting.co.za>
In-reply-to
Content
PyUnicode_FindChar declares in the doc it treats its *start* and *end* parameters as str[start:end], same as other APIs like PyUnicode_Find, PyUnicode_Count. But it doesn't allow negative indices like others so violates the doc.
History
Date User Action Args
2016-11-28 16:29:18xiang.zhangsetrecipients: + xiang.zhang, vstinner, serhiy.storchaka
2016-11-28 16:29:18xiang.zhangsetmessageid: <1480350558.9.0.582516213925.issue28822@psf.upfronthosting.co.za>
2016-11-28 16:29:18xiang.zhanglinkissue28822 messages
2016-11-28 16:29:18xiang.zhangcreate