This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients larry, serhiy.storchaka
Date 2014-01-06.19:49:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389037748.15.0.70999359123.issue20151@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch which converts the binascii module to use Argument Clinic. 14 functions are converted.

There is one known issue. Pydoc doesn't show signature and docstring for several functions: a2b_qp, b2a_qp, crc32.
History
Date User Action Args
2014-01-06 19:49:09serhiy.storchakasetrecipients: + serhiy.storchaka, larry
2014-01-06 19:49:08serhiy.storchakasetmessageid: <1389037748.15.0.70999359123.issue20151@psf.upfronthosting.co.za>
2014-01-06 19:49:08serhiy.storchakalinkissue20151 messages
2014-01-06 19:49:08serhiy.storchakacreate