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 steve.dower
Recipients ezio.melotti, kingsley, serhiy.storchaka, steve.dower, steven.daprano
Date 2019-04-12.15:35:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555083348.83.0.867281876983.issue36549@roundup.psfhosted.org>
In-reply-to
Content
New changeset b015fc86f7b1f35283804bfee788cce0a5495df7 by Steve Dower (Kingsley M) in branch 'master':
bpo-36549: str.capitalize now titlecases the first character instead of uppercasing it (GH-12804)
https://github.com/python/cpython/commit/b015fc86f7b1f35283804bfee788cce0a5495df7
History
Date User Action Args
2019-04-12 15:35:48steve.dowersetrecipients: + steve.dower, ezio.melotti, steven.daprano, serhiy.storchaka, kingsley
2019-04-12 15:35:48steve.dowersetmessageid: <1555083348.83.0.867281876983.issue36549@roundup.psfhosted.org>
2019-04-12 15:35:48steve.dowerlinkissue36549 messages
2019-04-12 15:35:48steve.dowercreate