[Python-3000] find -> index patch (original) (raw)
Guido van Rossum guido at python.org
Wed Aug 23 23🔞59 CEST 2006
- Previous message: [Python-3000] DictMixin (WAS: Droping find/rfind?)
- Next message: [Python-3000] find -> index patch
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Here's the patch (by Hasan Diwan, BTW) for people's perusal. It just gets rid of all uses of find/rfind from Lib; it doesn't actually modify stringobject.c or unicodeobject.c. It doesn't use [r]partition()'; someone could look for opportunities to use that separately.
-- --Guido van Rossum (home page: http://www.python.org/~guido/) -------------- next part -------------- A non-text attachment was scrubbed... Name: rfind2rindex_find2index.pat Type: application/octet-stream Size: 80147 bytes Desc: not available Url : http://mail.python.org/pipermail/python-3000/attachments/20060823/a8f58010/attachment-0001.obj
- Previous message: [Python-3000] DictMixin (WAS: Droping find/rfind?)
- Next message: [Python-3000] find -> index patch
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]