[issue20151] Convert the binascii module to use Argument Clinic

Serhiy Storchaka report at bugs.python.org
Mon Jan 6 20:49:09 CET 2014


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 <report at bugs.python.org>
<http://bugs.python.org/issue20151>
_______________________________________


More information about the Python-bugs-list mailing list