diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2010-08-08 18:06:13 (GMT) |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2010-08-08 18:06:13 (GMT) |
commit | 39d795d8c1a1b2feaff407a8d583eb2fc16f2475 (patch) | |
tree | 6c13a713d480df3b17e41873667a8ff8a2a1bdad /Misc | |
parent | e7eaec699ec03217a0800d4b4b3f63c4a98b2200 (diff) | |
download | cpython-39d795d8c1a1b2feaff407a8d583eb2fc16f2475.zip cpython-39d795d8c1a1b2feaff407a8d583eb2fc16f2475.tar.gz cpython-39d795d8c1a1b2feaff407a8d583eb2fc16f2475.tar.bz2 |
Issue #7564: Skip test_ioctl if another process is attached to /dev/tty.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -136,6 +136,8 @@ Tools/Demos Tests ----- +- Issue #7564: Skip test_ioctl if another process is attached to /dev/tty. + - Issue #8433: Fix test_curses failure with newer versions of ncurses. - Issue #9496: Provide a test suite for the rlcompleter module. Patch by |