commit | 9e2851566c0dd1d27d29ead8988f4cc3ae295ca1 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Sat Sep 23 03:24:27 2000 +0000 |
committer | Fred Drake <fdrake@acm.org> | Sat Sep 23 03:24:27 2000 +0000 |
tree | 0e35fe3b2d9b2ccbc82acdc1b41ea445580c3b66 | |
parent | f84fb660cbd7f66bacf2e58dbafd950f43f6e216 [diff] |
Andrew Kuchling <akuchlin@mems-exchange.org>: Add three new convenience functions to the PyModule_*() family: PyModule_AddObject(), PyModule_AddIntConstant(), PyModule_AddStringConstant(). This closes SourceForge patch #101233.