]> granicus.if.org Git - python/commit
bpo-20180: complete AC conversion of Objects/stringlib/transmogrify.h (GH-8039)
authorTal Einat <taleinat+github@gmail.com>
Fri, 6 Jul 2018 10:17:38 +0000 (13:17 +0300)
committerGitHub <noreply@github.com>
Fri, 6 Jul 2018 10:17:38 +0000 (13:17 +0300)
commitc929df3b96c8d7e7977e581431192be21cdafd19
tree0a6bf2366a1b3319cc1b4f5b36b5d1d7260560a2
parent7943c5e8b525694b837d097d0fcce5097efc5626
bpo-20180: complete AC conversion of Objects/stringlib/transmogrify.h (GH-8039)

* converted bytes methods: expandtabs, ljust, rjust, center, zfill
* updated char_convertor to properly set the C default value
Objects/bytearrayobject.c
Objects/bytes_methods.c
Objects/bytesobject.c
Objects/stringlib/clinic/transmogrify.h.h [new file with mode: 0644]
Objects/stringlib/transmogrify.h
Tools/clinic/clinic.py