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 wabba
Recipients wabba, xtreak
Date 2019-02-17.06:50:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550386254.99.0.181558116177.issue36014@roundup.psfhosted.org>
In-reply-to
Content
Figured it out. My shell had the COLUMNS environment variable set, and python was inheriting it in os.environ. The failing test case assumes an 80-column screen.

Anyway, looks like it has been fixed for 3.8 here:
https://github.com/python/cpython/commit/74102c9a5f2327c4fc47feefa072854a53551d1f#diff-837b312b1f3508216ace6adb46492836

Closing this item.
History
Date User Action Args
2019-02-17 06:50:55wabbasetrecipients: + wabba, xtreak
2019-02-17 06:50:54wabbasetmessageid: <1550386254.99.0.181558116177.issue36014@roundup.psfhosted.org>
2019-02-17 06:50:54wabbalinkissue36014 messages
2019-02-17 06:50:54wabbacreate