[issue19730] Clinic fixes: add converters with length, version directive, "self converter"

Larry Hastings report at bugs.python.org
Sat Nov 23 23:10:17 CET 2013


Larry Hastings added the comment:

Attached is a fresh patch.  I added a third new feature: the "self converter", which allows you to change the type of (or rename) self.  For an example of its use, check out dbm.dbm.get in Modules/_dbmmodule.c.

----------
title: Clinic fixes: add converters with length, version directive -> Clinic fixes: add converters with length, version directive, "self converter"
Added file: http://bugs.python.org/file32814/larry.misc.clinic.fixes.diff.3.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19730>
_______________________________________


More information about the Python-bugs-list mailing list