New submission from Serhiy Storchaka: 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. ---------- components: Extension Modules files: binascii_clinic.patch keywords: patch messages: 207473 nosy: larry, serhiy.storchaka priority: normal severity: normal stage: patch review status: open title: Convert the binascii module to use Argument Clinic type: enhancement versions: Python 3.4 Added file: http://bugs.python.org/file33332/binascii_clinic.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue20151> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com