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 grant.b.edwards
Recipients docs@python, grant.b.edwards
Date 2021-03-21.16:11:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616343060.26.0.656949080319.issue43584@roundup.psfhosted.org>
In-reply-to
Content
The documentation for str.title() states that the first character in each world is converted to upper case. That is not correct for recent versions of Python. The first character in each word is converted to title case. Title and upper may be the same for English/ASCII, but other languages have characters for which upper and title case are different.
History
Date User Action Args
2021-03-21 16:11:00grant.b.edwardssetrecipients: + grant.b.edwards, docs@python
2021-03-21 16:11:00grant.b.edwardssetmessageid: <1616343060.26.0.656949080319.issue43584@roundup.psfhosted.org>
2021-03-21 16:11:00grant.b.edwardslinkissue43584 messages
2021-03-21 16:11:00grant.b.edwardscreate