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 vstinner
Recipients serhiy.storchaka, vstinner, xiang.zhang
Date 2016-11-28.16:56:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480352195.75.0.852033992266.issue28822@psf.upfronthosting.co.za>
In-reply-to
Content
PyUnicode_FindChar.patch is a new feature, it cannot be applied to stable branches (py < 3.7).

I'm not sure that it's worth it to support negative indexes for end. Why not simply documenting that end must be positive?
History
Date User Action Args
2016-11-28 16:56:35vstinnersetrecipients: + vstinner, serhiy.storchaka, xiang.zhang
2016-11-28 16:56:35vstinnersetmessageid: <1480352195.75.0.852033992266.issue28822@psf.upfronthosting.co.za>
2016-11-28 16:56:35vstinnerlinkissue28822 messages
2016-11-28 16:56:35vstinnercreate