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 chris.jerdonek
Recipients chris.jerdonek
Date 2012-09-02.21:41:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346622102.83.0.795568790125.issue15852@psf.upfronthosting.co.za>
In-reply-to
Content
It seems like a couple error messages in the curses module need correcting:

PyErr_SetString(PyExc_TypeError, "insch requires 1 or 4 arguments");

http://hg.python.org/cpython/file/8ff2f4634ed8/Modules/_cursesmodule.c#l1322

PyErr_SetString(PyExc_TypeError, "instr requires 0 or 3 arguments");

http://hg.python.org/cpython/file/8ff2f4634ed8/Modules/_cursesmodule.c#l1385

In both cases, "or" should be "to".
History
Date User Action Args
2012-09-02 21:41:42chris.jerdoneksetrecipients: + chris.jerdonek
2012-09-02 21:41:42chris.jerdoneksetmessageid: <1346622102.83.0.795568790125.issue15852@psf.upfronthosting.co.za>
2012-09-02 21:41:42chris.jerdoneklinkissue15852 messages
2012-09-02 21:41:42chris.jerdonekcreate