]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#17806: Added keyword-argument support for "tabsize" to str/bytes.expandtabs().
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 16 Nov 2013 17:10:57 +0000 (19:10 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 16 Nov 2013 17:10:57 +0000 (19:10 +0200)
commit745d54d2fa1870bbb933579b390fdd1702874ead
tree9e0560c56181a5dea12bf970862db77dddba6afd
parentb41c2547e0a5fa75d436d824e5f09f2327354e1a
#17806: Added keyword-argument support for "tabsize" to str/bytes.expandtabs().
Doc/library/stdtypes.rst
Lib/test/buffer_tests.py
Lib/test/string_tests.py
Misc/NEWS
Objects/bytearrayobject.c
Objects/bytesobject.c
Objects/stringlib/transmogrify.h
Objects/unicodeobject.c