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 zbysz
Recipients Arfrever, amaury.forgeotdarc, denilsonsa, giampaolo.rodola, loewis, neologix, pitrou, rosslagerwall, vstinner, zbysz
Date 2012-01-06.13:27:10
SpamBayes Score 1.8275592e-06
Marked as misclassified No
Message-id <1325856431.52.0.541848499517.issue13609@psf.upfronthosting.co.za>
In-reply-to
Content
One more comment on $COLUMNS overriding the actual terminal size:

> Zbyszek, I just looked at [1] and I disagree that the environment
> variable should have higher precedence. In fact, I believe it should
> have lower precedence, and should be used as a fallback.

To fix issue #9553 "test_argparse.py: 80 failures if COLUMNS env var set to a value other than 80", sys.env['COLUMNS']=80 is set during tests.
If issue #13041 is fixed and a real terminal size is used, then
unless $COLUMNS have higher preference, the tests would break again.
History
Date User Action Args
2012-01-06 13:27:11zbyszsetrecipients: + zbysz, loewis, amaury.forgeotdarc, pitrou, vstinner, giampaolo.rodola, Arfrever, denilsonsa, neologix, rosslagerwall
2012-01-06 13:27:11zbyszsetmessageid: <1325856431.52.0.541848499517.issue13609@psf.upfronthosting.co.za>
2012-01-06 13:27:10zbyszlinkissue13609 messages
2012-01-06 13:27:10zbyszcreate