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 bethard
Recipients bethard
Date 2010-07-23.13:14:49
SpamBayes Score 0.02850165
Marked as misclassified No
Message-id <1279890893.09.0.0931064949941.issue9345@psf.upfronthosting.co.za>
In-reply-to
Content
[From http://code.google.com/p/argparse/issues/detail?id=63]

What steps will reproduce the problem?
1. PYTHONPATH=. python test/test_argparse.py
2. do the above in an 80x24 terminal window and it passes
3. do the same in an 80 wide emacs shell buffer and you get lots of failures

To make sure this doesn't continue to be a problem, we probably need to do something like os.environ['COLUMNS'] = 80 and check output like that.
History
Date User Action Args
2010-07-23 13:14:53bethardsetrecipients: + bethard
2010-07-23 13:14:53bethardsetmessageid: <1279890893.09.0.0931064949941.issue9345@psf.upfronthosting.co.za>
2010-07-23 13:14:49bethardlinkissue9345 messages
2010-07-23 13:14:49bethardcreate