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-29.03:09:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480388991.97.0.0120474056253.issue28822@psf.upfronthosting.co.za>
In-reply-to
Content
Other APIs like PyUnicode_Find and PyUnicode_Count support it. Their docs are almost the same so I think PyUnicode_FindChar does not need to be the special one. After change, its behaviour and implementation are more consistent with other APIs.
History
Date User Action Args
2016-11-29 03:09:52xiang.zhangsetrecipients: + xiang.zhang, vstinner, serhiy.storchaka
2016-11-29 03:09:51xiang.zhangsetmessageid: <1480388991.97.0.0120474056253.issue28822@psf.upfronthosting.co.za>
2016-11-29 03:09:51xiang.zhanglinkissue28822 messages
2016-11-29 03:09:51xiang.zhangcreate