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 christian.heimes
Recipients chinkikoo227, christian.heimes
Date 2021-03-05.14:47:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614955664.6.0.80639940519.issue43408@roundup.psfhosted.org>
In-reply-to
Content
This behavior is documented, https://docs.python.org/3/library/stdtypes.html#str.title

> The algorithm uses a simple language-independent definition of a word as groups of consecutive letters. The definition works in many contexts but it means that apostrophes in contractions and possessives form word boundaries, which may not be the desired result

The documentation also mentions a workaround.
History
Date User Action Args
2021-03-05 14:47:44christian.heimessetrecipients: + christian.heimes, chinkikoo227
2021-03-05 14:47:44christian.heimessetmessageid: <1614955664.6.0.80639940519.issue43408@roundup.psfhosted.org>
2021-03-05 14:47:44christian.heimeslinkissue43408 messages
2021-03-05 14:47:44christian.heimescreate