New submission from John Feuerstein <j...@feurix.com>: The textwrap module calls .expandtabs() to expand tabs to spaces.
This patch adds support for a custom tabsize, so that .expandtabs(tabsize) is called instead. Includes test case. ---------- components: Library (Lib) files: textwrap_tabsize.diff keywords: patch messages: 145341 nosy: jfeuerstein priority: normal severity: normal status: open title: textwrap: support custom tabsize type: feature request versions: Python 3.3 Added file: http://bugs.python.org/file23376/textwrap_tabsize.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue13152> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com