]> granicus.if.org Git - python/commit
#13152: Allow to specify a custom tabsize for expanding tabs in textwrap
authorHynek Schlawack <hs@ox.cx>
Sat, 19 May 2012 11:33:11 +0000 (13:33 +0200)
committerHynek Schlawack <hs@ox.cx>
Sat, 19 May 2012 11:33:11 +0000 (13:33 +0200)
commitd527259f14dd6094f0a417ea83e66b8f233e38a3
treecdafd33bae9ac524e1c99a2f4e72a31fca25d4c1
parentd34b57a9a2810e79d6f6aa7dc12832c4e4b214a5
#13152: Allow to specify a custom tabsize for expanding tabs in textwrap

Patch by John Feuerstein.
Doc/library/textwrap.rst
Lib/test/test_textwrap.py
Lib/textwrap.py
Misc/NEWS