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 r.david.murray
Recipients BreamoreBoy, PhoenixofMT, docs@python, r.david.murray
Date 2015-05-16.00:14:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431735276.65.0.549169265022.issue24204@psf.upfronthosting.co.za>
In-reply-to
Content
Indeed, the sentence that confused you was added because people were continually confused by the fact that doing:

   'foo.boo'.strip('.boo')

would result in 'f' rather than 'foo'.

We would welcome an improvement, but apparently this is very hard to make clear.

Repeating the mississippi example is probably a good idea.
History
Date User Action Args
2015-05-16 00:14:37r.david.murraysetrecipients: + r.david.murray, docs@python, BreamoreBoy, PhoenixofMT
2015-05-16 00:14:36r.david.murraysetmessageid: <1431735276.65.0.549169265022.issue24204@psf.upfronthosting.co.za>
2015-05-16 00:14:36r.david.murraylinkissue24204 messages
2015-05-16 00:14:36r.david.murraycreate