Mark Dickinson <dicki...@gmail.com> added the comment: I'm a bit surprised that the test *passes* at all, anywhere. The man page for getmouse says:
"""This function will return OK if a mouse event is actually visible in the given window, ERR otherwise.""" So if no mouse event occurs (which is presumably the usual case when test_curses is running) then I'd *expect* getmouse to return ERR. +1 on just disabling these tests for now. ---------- nosy: +akuchling, mark.dickinson _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue8433> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com