[issue20151] Convert the binascii module to use Argument Clinic

2014-01-07 Thread Serhiy Storchaka

Changes by Serhiy Storchaka storch...@gmail.com:


--
dependencies: +inspect.signature fails on some functions which use Argument 
Clinic

___
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



[issue20151] Convert the binascii module to use Argument Clinic

2014-01-06 Thread Serhiy Storchaka

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/file2/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