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 mark.dickinson
Recipients akuchling, barry, flox, mark.dickinson, skrah, vstinner
Date 2010-08-07.11:23:21
SpamBayes Score 0.00060014555
Marked as misclassified No
Message-id <1281180202.85.0.622612449022.issue8433@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-08-07 11:23:25mark.dickinsonsetrecipients: + mark.dickinson, barry, akuchling, vstinner, skrah, flox
2010-08-07 11:23:22mark.dickinsonsetmessageid: <1281180202.85.0.622612449022.issue8433@psf.upfronthosting.co.za>
2010-08-07 11:23:21mark.dickinsonlinkissue8433 messages
2010-08-07 11:23:21mark.dickinsoncreate