]> granicus.if.org Git - python/commit
Use a newer API for creating the module so we don't have to create
authorNeal Norwitz <nnorwitz@gmail.com>
Thu, 23 Aug 2007 18:08:11 +0000 (18:08 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Thu, 23 Aug 2007 18:08:11 +0000 (18:08 +0000)
commitf9e115abf5ee23f02dcdde9e1e9def3f4068d891
tree3541fec73b855eaaa365c7d795441fd0f48fef32
parent56dc955049d625acac3e46085de60d23365d6c62
Use a newer API for creating the module so we don't have to create
the docstring manually.  Saves code and a call to PyString_FromString.

(There are still more calls to PyString_FromString.)
Modules/_localemodule.c