[issue36549] str.capitalize should titlecase the first character not uppercase

Steve Dower report at bugs.python.org
Fri Apr 12 11:35:48 EDT 2019


Steve Dower <steve.dower at python.org> added the comment:


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


----------
nosy: +steve.dower

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36549>
_______________________________________


More information about the Python-bugs-list mailing list