| commit | d527259f14dd6094f0a417ea83e66b8f233e38a3 | [log] [tgz] |
|---|---|---|
| author | Hynek Schlawack <hs@ox.cx> | Sat May 19 13:33:11 2012 +0200 |
| committer | Hynek Schlawack <hs@ox.cx> | Sat May 19 13:33:11 2012 +0200 |
| tree | cdafd33bae9ac524e1c99a2f4e72a31fca25d4c1 | |
| parent | d34b57a9a2810e79d6f6aa7dc12832c4e4b214a5 [diff] [blame] |
#13152: Allow to specify a custom tabsize for expanding tabs in textwrap Patch by John Feuerstein.
diff --git a/Misc/NEWS b/Misc/NEWS index 013c8f1..2fb2bb0 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -38,6 +38,9 @@ Library ------- +- Issue #13152: Allow to specify a custom tabsize for expanding tabs in + textwrap. Patch by John Feuerstein. + - Issue #14721: Send the correct 'Content-length: 0' header when the body is an empty string ''. Initial Patch contributed by Arve Knudsen.