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 ezio.melotti
Recipients Fj, docs@python, ezio.melotti, python-dev
Date 2012-05-09.12:03:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336565007.58.0.26475678381.issue14763@psf.upfronthosting.co.za>
In-reply-to
Content
I fixed the doc for string.split/rsplit.  I didn't change the signature because all the other functions use the old signature convention (the one with []).  These functions are anyway deprecated, so I don't think it's worth spending more time improving their docs (as long as they are not wrong).
History
Date User Action Args
2012-05-09 12:03:27ezio.melottisetrecipients: + ezio.melotti, Fj, docs@python, python-dev
2012-05-09 12:03:27ezio.melottisetmessageid: <1336565007.58.0.26475678381.issue14763@psf.upfronthosting.co.za>
2012-05-09 12:03:27ezio.melottilinkissue14763 messages
2012-05-09 12:03:26ezio.melotticreate