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.06:09:04
SpamBayes Score 0.007585653
Marked as misclassified No
Message-id <1329026945.3.0.388674759908.issue13609@psf.upfronthosting.co.za>
In-reply-to
Content
test_stty_match() should be skipped also when os.isatty(sys.__stdin__.fileno()) is False.
This test fails when test suite is run by Portage (Gentoo package manager), which somehow sets null input.
History
Date User Action Args
2012-02-12 06:09:05Arfreversetrecipients: + Arfrever, loewis, amaury.forgeotdarc, pitrou, vstinner, techtonik, giampaolo.rodola, eric.araujo, zbysz, denilsonsa, neologix, rosslagerwall, python-dev
2012-02-12 06:09:05Arfreversetmessageid: <1329026945.3.0.388674759908.issue13609@psf.upfronthosting.co.za>
2012-02-12 06:09:04Arfreverlinkissue13609 messages
2012-02-12 06:09:04Arfrevercreate