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 joel.johnson
Recipients Dimitri Papadopoulos Orfanos, docs@python, ezio.melotti, joel.johnson
Date 2018-03-29.19:59:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1522353540.48.0.467229070634.issue25433@psf.upfronthosting.co.za>
In-reply-to
Content
I have started working on this and will have a pull request submitted by the end of the week. 

The term "whitespace" appears in several contextual situations throughout the documentation. While all situations would benefit from the definition of "whitespace" contained in the str.isspace() documentation, not all of the situations would benefit from a link to str.isspace() whose primary goal is to document the str.isspace() function and not to provide a global definition of what a whitespace character is.

Therefore I suggest the documentation of Python 3 create a new glossary definition of "whitespace" (which contains the definition currently in the str.isspace() documentation) and is pointed to wherever the term "whitespace" is used in any documentation related to strings - including this specific case of strip()/lstrip()/rstrip().
History
Date User Action Args
2018-03-29 19:59:00joel.johnsonsetrecipients: + joel.johnson, ezio.melotti, docs@python, Dimitri Papadopoulos Orfanos
2018-03-29 19:59:00joel.johnsonsetmessageid: <1522353540.48.0.467229070634.issue25433@psf.upfronthosting.co.za>
2018-03-29 19:59:00joel.johnsonlinkissue25433 messages
2018-03-29 19:59:00joel.johnsoncreate