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 dabrahams
Recipients dabrahams
Date 2010-05-05.14:28:08
SpamBayes Score 0.009568965
Marked as misclassified No
Message-id <1273069691.09.0.629182954336.issue8626@psf.upfronthosting.co.za>
In-reply-to
Content
Based on the rsplit documentation, I'd expect

  'foo bar'.rsplit(maxsplit=1)

to work.  This is probably a much bigger problem than just rsplit, i.e. I doubt there is a policy about whether documented parameter names need to be usable as keywords, and if not, how one finds out which keywords are supported.
History
Date User Action Args
2010-05-05 14:28:11dabrahamssetrecipients: + dabrahams
2010-05-05 14:28:11dabrahamssetmessageid: <1273069691.09.0.629182954336.issue8626@psf.upfronthosting.co.za>
2010-05-05 14:28:09dabrahamslinkissue8626 messages
2010-05-05 14:28:09dabrahamscreate