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 orsenthil
Recipients LambertDW, ajaksu2, dmajnemer, docs@python, georg.brandl, orsenthil, rhettinger, terry.reedy
Date 2010-09-08.13:02:55
SpamBayes Score 0.0003561603
Marked as misclassified No
Message-id <1283950977.36.0.711985058813.issue5416@psf.upfronthosting.co.za>
In-reply-to
Content
Reverted the changes in r84626 (release27-maint), r84629(py3k), r84630 (release31-maint).

- Minor doc clarification included wherein maxreplace is the argument instead of maxsplit in py27.

- Also, did not bother to remove -1 in maxreplace. It is used as sentinel value for an optional argument. As it is not explicitly documented, the negative value for arg should not be relied upon.
History
Date User Action Args
2010-09-08 13:02:57orsenthilsetrecipients: + orsenthil, georg.brandl, rhettinger, terry.reedy, ajaksu2, LambertDW, dmajnemer, docs@python
2010-09-08 13:02:57orsenthilsetmessageid: <1283950977.36.0.711985058813.issue5416@psf.upfronthosting.co.za>
2010-09-08 13:02:55orsenthillinkissue5416 messages
2010-09-08 13:02:55orsenthilcreate