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 PhoenixofMT
Recipients BreamoreBoy, PhoenixofMT, docs@python, r.david.murray
Date 2015-05-16.13:43:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431783799.68.0.677328788867.issue24204@psf.upfronthosting.co.za>
In-reply-to
Content
Maybe, "... all combinations of its values are stripped from the beginning and end."

It is rather difficult to be both clear AND concise. Heck, I'm having trouble just trying to explain it.

Mark, that part is clear, but I think somehow reiterating how the method works would be helpful to someone who is only familiar with a handful of the string methods, knows strip() removes characters, sees that several characters can be specified, and assumes that all such characters will be removed.

As it is, it's sort of like a puzzle that's glaringly obvious once you figure it out, but frustrating in proportion to the amount of time spent figuring. Almost more trouble to figure out how to explain it without turning it into a tutorial than it is to sort it out on your own at the console.
History
Date User Action Args
2015-05-16 13:43:19PhoenixofMTsetrecipients: + PhoenixofMT, r.david.murray, docs@python, BreamoreBoy
2015-05-16 13:43:19PhoenixofMTsetmessageid: <1431783799.68.0.677328788867.issue24204@psf.upfronthosting.co.za>
2015-05-16 13:43:19PhoenixofMTlinkissue24204 messages
2015-05-16 13:43:19PhoenixofMTcreate