Issue #1717, continued: Doc fixes and other cleanup related

to renaming of tp_compare.
This commit is contained in:
Mark Dickinson 2009-02-02 21:29:40 +00:00
parent 7f42395b6d
commit 9f9892648f
9 changed files with 25 additions and 36 deletions

View file

@ -39,7 +39,7 @@ static PyTypeObject ShoddyType = {
0, /* tp_print */
0, /* tp_getattr */
0, /* tp_setattr */
0, /* tp_compare */
0, /* tp_reserved */
0, /* tp_repr */
0, /* tp_as_number */
0, /* tp_as_sequence */