Message 113515 - Python tracker

Message113515

Author bethard
Recipients benjamin.peterson, bethard, brian.curtin, denversc, eric.smith
Date 2010-08-10.09:44:36
SpamBayes Score 3.6928605e-10
Marked as misclassified No
Message-id <1281433478.07.0.339376510665.issue9553@psf.upfronthosting.co.za>
In-reply-to
Content
The best solution would be to make sure that a few different column widths are tested. However, in the meantime, the tests do assume 80 columns, so I think it's correct to specify that using os.environ as suggested.

One problem with the proposed patch is that it makes the change globally, and we should be restoring the original setting after the end of the argparse tests.
History
Date User Action Args
2010-08-10 09:44:38bethardsetrecipients: + bethard, eric.smith, benjamin.peterson, brian.curtin, denversc
2010-08-10 09:44:38bethardsetmessageid: <1281433478.07.0.339376510665.issue9553@psf.upfronthosting.co.za>
2010-08-10 09:44:37bethardlinkissue9553 messages
2010-08-10 09:44:36bethardcreate