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

2019-04-09 Thread Kingsley McDonald
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

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

2019-04-10 Thread Kingsley McDonald
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 tha

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

2019-04-12 Thread Kingsley McDonald
Change by Kingsley McDonald : -- keywords: +patch pull_requests: +12731 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu