This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author john.feuerstein
Recipients john.feuerstein
Date 2011-10-11.13:04:59
SpamBayes Score 7.7129325e-06
Marked as misclassified No
Message-id <1318338300.67.0.514985359705.issue13152@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-10-11 13:05:00john.feuersteinsetrecipients: + john.feuerstein
2011-10-11 13:05:00john.feuersteinsetmessageid: <1318338300.67.0.514985359705.issue13152@psf.upfronthosting.co.za>
2011-10-11 13:05:00john.feuersteinlinkissue13152 messages
2011-10-11 13:05:00john.feuersteincreate