[issue20200] Argument Clinic howto: custom self_converter example broken

2014-01-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5a8301002f5a by Zachary Ware in branch 'default': Closes #20200: Argument Clinic custom converter example should be in a http://hg.python.org/cpython/rev/5a8301002f5a -- nosy: +python-dev resolution: -> fixed stage: patch review -> committe

[issue20200] Argument Clinic howto: custom self_converter example broken

2014-01-09 Thread Larry Hastings
Larry Hastings added the comment: LGTM. Check it in please! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20200] Argument Clinic howto: custom self_converter example broken

2014-01-08 Thread Zachary Ware
Changes by Zachary Ware : -- assignee: -> docs@python components: +Documentation nosy: +docs@python, larry stage: -> patch review versions: +Python 3.4 ___ Python tracker ___ _

[issue20200] Argument Clinic howto: custom self_converter example broken

2014-01-08 Thread Ryan Smith-Roberts
New submission from Ryan Smith-Roberts: The custom converter declaration is wrapped with [clinic input] when it should be [python input]. Patch attached. -- files: argument_clinic_docfix.patch keywords: patch messages: 207724 nosy: rmsr priority: normal severity: normal status: open ti