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

Kingsley McDonald report at bugs.python.org
Wed Apr 10 16:49:41 EDT 2019


Kingsley McDonald <kingsleymcdonald at outlook.com> added the comment:

Thanks for clarifying all of that! I now have the patch and tests working locally. However, I'm not too sure what documentation needs to be changed for str.title. Should it specify that only the first letter of digraphs are capitalised, rather than the full character?
I sure hope I get the hang of this soon :-D

----------

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


More information about the Python-bugs-list mailing list