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 hkBst
Recipients hkBst
Date 2011-04-11.15:12:55
SpamBayes Score 0.028106239
Marked as misclassified No
Message-id <1302534776.46.0.599042163441.issue11828@psf.upfronthosting.co.za>
In-reply-to
Content
I remark that `find' and `index' do accept None:

$ python3 -c "print('abc'.find('c',None,None))"
2
History
Date User Action Args
2011-04-11 15:12:56hkBstsetrecipients: + hkBst
2011-04-11 15:12:56hkBstsetmessageid: <1302534776.46.0.599042163441.issue11828@psf.upfronthosting.co.za>
2011-04-11 15:12:55hkBstlinkissue11828 messages
2011-04-11 15:12:55hkBstcreate