Py_InitModule() and friends now accept NULL for the 'methods'
authorFred Drake <fdrake@acm.org>
Wed, 14 Aug 2002 20:59:38 +0000 (20:59 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 14 Aug 2002 20:59:38 +0000 (20:59 +0000)
commit794643c3140d75bb5cd9c69214294d2291624c1e
tree79be7c7487606329c7ea9f291cbc831e4b9f4943
parent233cc5987b6659d0fcd033a420ad8b5390ffa772
Py_InitModule() and friends now accept NULL for the 'methods'
argument.  This makes sense now that extension types can support
__init__ directly rather than requiring function constructors.
Doc/api/newtypes.tex