]> granicus.if.org Git - python/commit
Use the PyModule_Add*() APIs instead of manipulating the module dict
authorFred Drake <fdrake@acm.org>
Mon, 1 Apr 2002 14:53:37 +0000 (14:53 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 1 Apr 2002 14:53:37 +0000 (14:53 +0000)
commit4baedc1d9be6e5308d73439db54b58e51fb30dfc
treefb69c6411b2d7be1d2c09e0717329789ec8953ca
parent9bb7432114c97ad99c0813c1fef1ef4f1cda3361
Use the PyModule_Add*() APIs instead of manipulating the module dict
directly.
Modules/selectmodule.c
Modules/socketmodule.c
Modules/stropmodule.c
Modules/syslogmodule.c
Modules/zlibmodule.c