This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Argument Clinic howto: custom self_converter example broken
Type: Stage: resolved
Components: Documentation Versions: Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, larry, python-dev, rmsr
Priority: normal Keywords: patch

Created on 2014-01-09 02:17 by rmsr, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
argument_clinic_docfix.patch rmsr, 2014-01-09 02:17 Fix for documentation review
Messages (3)
msg207724 - (view) Author: Ryan Smith-Roberts (rmsr) * Date: 2014-01-09 02:17
The custom converter declaration is wrapped with [clinic input] when it should be [python input].

Patch attached.
msg207812 - (view) Author: Larry Hastings (larry) * (Python committer) Date: 2014-01-10 01:27
LGTM.  Check it in please!
msg207832 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-01-10 03:41
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
History
Date User Action Args
2022-04-11 14:57:56adminsetgithub: 64399
2014-01-10 03:41:44python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg207832

resolution: fixed
stage: patch review -> resolved
2014-01-10 01:27:02larrysetmessages: + msg207812
2014-01-09 03:34:16zach.waresetversions: + Python 3.4
nosy: + docs@python, larry

assignee: docs@python
components: + Documentation
stage: patch review
2014-01-09 02:17:50rmsrcreate