[issue36549] str.capitalize should titlecase the first character not uppercase
Kingsley McDonald added the comment: Hello there, I'm an absolute beginner here and this whole thing is a little overwhelming, so please bear with me. I think this would be a suitable first task for me to take on because it appears to be a simple one-line change (correct me if I'm mistaken, though). -- nosy: +kingsley ___ Python tracker <https://bugs.python.org/issue36549> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue36549] str.capitalize should titlecase the first character not uppercase
Kingsley McDonald 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 <https://bugs.python.org/issue36549> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue36549] str.capitalize should titlecase the first character not uppercase
Change by Kingsley McDonald : -- keywords: +patch pull_requests: +12731 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issue36549> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com