]> granicus.if.org Git - python/commit
Remove the tp_print handler.
authorFred Drake <fdrake@acm.org>
Thu, 3 Aug 2000 17:43:02 +0000 (17:43 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 3 Aug 2000 17:43:02 +0000 (17:43 +0000)
commit2b83b4601f9f588b46667b541b100b5924019a14
tree9b96a65dbe819d7becd03ec4ba1df589f1124cc3
parentfd342bf453ee35bfaf0724b253384ea8844a9e10
Remove the tp_print handler.
Revise the tp_repr handler to produce a more "minimal" presentation.
Make the tolist() method use PyArg_ParseTuple() and provide a docstring.
Objects/rangeobject.c