]> 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 17:55:33 +0000 (17:55 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Thu, 23 Aug 2007 17:55:33 +0000 (17:55 +0000)
commit56dc955049d625acac3e46085de60d23365d6c62
treed80d1725f28e67dc0dba6aa7bffdabb3563e52da
parent361ed15383845bffc017b6a14acfb9da8f63ef73
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.
Modules/binascii.c