Staging
v0.5.1
https://github.com/python/cpython
Revision cb65c7ee19d6dfdbb47b15fcd8da16472b8100e0 authored by Thomas Wouters on 28 January 2006, 12:08:39 UTC, committed by Thomas Wouters on 28 January 2006, 12:08:39 UTC
tty opened by os.openpty() isn't always a tty according to os.isatty(), when
it's tested inside the process that opened it. Doesn't affect actual
functionality, as using a tty this way is rarely, if ever, useful. Ignoring
the failure allows the test for actual functionality to continue.
1 parent f5eccd0
History
Tip revision: cb65c7ee19d6dfdbb47b15fcd8da16472b8100e0 authored by Thomas Wouters on 28 January 2006, 12:08:39 UTC
Work around a Solaris peculiarity that caused test_pty to sometimes fail: a
Tip revision: cb65c7e

README

back to top