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 swanson
Recipients docs@python, martin.panter, swanson
Date 2015-05-20.13:18:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432127922.77.0.566669584573.issue24243@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for pointing out how count and replace operate.  I don't mind the "ValueError: empty separator" on split and partition - makes sense to me.

re: "at least as long as the slice indexes are within range"
If the slices indexes had to be in range, that would be inconsistent with the behavior of slicing, which is inconsistent with the docs, which was my main point.
History
Date User Action Args
2015-05-20 13:18:42swansonsetrecipients: + swanson, docs@python, martin.panter
2015-05-20 13:18:42swansonsetmessageid: <1432127922.77.0.566669584573.issue24243@psf.upfronthosting.co.za>
2015-05-20 13:18:42swansonlinkissue24243 messages
2015-05-20 13:18:42swansoncreate