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 akuchling
Recipients
Date 2003-08-13.23:14:33
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=11375

Checked in to the 2.4 CVS tree.  One small change was required: 
the method was defined with METH_VARARGS, but because it 
takes no arguments, it should have used METH_NOARGS.
Thanks for your contribution!

I wish I'd known about this patch in time to check it into 2.3, but 
no one assigned it to me.  Off to look for any other dangling 
curses patches...
History
Date User Action Args
2007-08-23 15:27:16adminlinkissue739124 messages
2007-08-23 15:27:16admincreate