-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make ucfirst
a method of uppercase
#21910
Comments
Why? In most languages this (or its analogue) is a distinct function (e.g. ucfirst in Perl, capitalize in Python or Ruby, titleize in Rails, Title in Go).... We also have the |
Arguably, The Perl ucfirst function uses titlecase. |
The reasoning is to reduce API bloat, and because the name |
Actually, |
Honestly, I don't see why we need |
I found 17 packages using |
Closing, since |
But there is no separate issue tracker for stdlib packages, so couldn't this be left open? |
Yes, this is a good reason to move stdlib packages into their own repos at some point, but we're not there yet. |
E.g. with a keyword argument.
The text was updated successfully, but these errors were encountered: