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 Arfrever
Recipients Arfrever, amaury.forgeotdarc, denilsonsa, eric.araujo, giampaolo.rodola, loewis, neologix, pitrou, python-dev, rosslagerwall, techtonik, vstinner, zbysz
Date 2012-02-12.22:00:18
SpamBayes Score 9.7144515e-14
Marked as misclassified No
Message-id <1329084019.05.0.0825520910128.issue13609@psf.upfronthosting.co.za>
In-reply-to
Content
Actually this test fails due to another reason. I'm still investigating it.

In the meantime, a different bug was found:

# stty size | cat
46 157
# python3.3 -c 'import os; print(os.get_terminal_size())' | cat
Traceback (most recent call last):
  File "<string>", line 1, in <module>
OSError: [Errno 22] Invalid argument

Especially redirection to `less` is often used. `stty size` works, so it should be possible to fix Python.
History
Date User Action Args
2012-02-12 22:00:19Arfreversetrecipients: + Arfrever, loewis, amaury.forgeotdarc, pitrou, vstinner, techtonik, giampaolo.rodola, eric.araujo, zbysz, denilsonsa, neologix, rosslagerwall, python-dev
2012-02-12 22:00:19Arfreversetmessageid: <1329084019.05.0.0825520910128.issue13609@psf.upfronthosting.co.za>
2012-02-12 22:00:18Arfreverlinkissue13609 messages
2012-02-12 22:00:18Arfrevercreate