]> granicus.if.org Git - python/commit
bpo-36549: str.capitalize now titlecases the first character instead of uppercasing...
authorKingsley M <37349466+kingdom5500@users.noreply.github.com>
Fri, 12 Apr 2019 15:35:39 +0000 (16:35 +0100)
committerSteve Dower <steve.dower@microsoft.com>
Fri, 12 Apr 2019 15:35:39 +0000 (08:35 -0700)
commitb015fc86f7b1f35283804bfee788cce0a5495df7
tree71d67a16fb6f713d49f1ffbc13dc99722b3e2905
parentf13c5c8b9401a9dc19e95d8b420ee100ac022208
bpo-36549: str.capitalize now titlecases the first character instead of uppercasing it (GH-12804)
Doc/library/stdtypes.rst
Lib/test/string_tests.py
Lib/test/test_unicode.py
Misc/NEWS.d/next/Core and Builtins/2019-04-11-12-41-31.bpo-36549.QSp8of.rst [new file with mode: 0644]
Objects/unicodeobject.c