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 otakutyrant
Recipients docs@python, josh.r, otakutyrant, rhettinger
Date 2021-05-21.08:47:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621586869.33.0.699091997656.issue44175@roundup.psfhosted.org>
In-reply-to
Content
@ Josh Rosenberg Sorry, I mistook "follow" as "be followed by". Thanks to your explication, the document is coherent. I admit that I cannot conjure up any better altnernative.

I noticed that "cased character" are explained via the footnote: https://docs.python.org/3/library/stdtypes.html?highlight=istitle#id6

So it may be better to add a footnote for "uncased characters" as well, like ones in "str.istitle()" and "str.upper()".

By the way, the footnote for "cased character" is a bit confusing because of the curt abbreviations "Lu", "Ll", and "Lt". I did not get these until I fount out they are related to general category of unicode, so we could add a related link pointing to a related Unicode document.
History
Date User Action Args
2021-05-21 08:47:49otakutyrantsetrecipients: + otakutyrant, rhettinger, docs@python, josh.r
2021-05-21 08:47:49otakutyrantsetmessageid: <1621586869.33.0.699091997656.issue44175@roundup.psfhosted.org>
2021-05-21 08:47:49otakutyrantlinkissue44175 messages
2021-05-21 08:47:49otakutyrantcreate