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.

Author zach.ware
Recipients benjamin.peterson, docs@python, emily.zhao, josh.r, larry, veky, yselivanov, zach.ware
Date 2014-07-24.20:41:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406234508.98.0.53591182535.issue21314@psf.upfronthosting.co.za>
In-reply-to
Content
Apologies for the delay in answering, Emily.  And, unfortunately, I don't have a good answer.  If you would like to write a patch, I would suggest just sticking the documentation wherever you think is best and make sure there is a link to it from the Symbols index page.  Whoever commits your patch will either agree with your placement or have a better idea of where to put it, and will either move it themselves or work with you to move it.

Here are a few possible places it could go, off the top of my head and without really looking:
- in the pydoc docs
- in the help() builtin docs
- in or near the inspect.Signature docs
- in the Clinic HOWTO
- somewhere in the tutorial (though I'm not sure where would be good)
History
Date User Action Args
2014-07-24 20:41:49zach.waresetrecipients: + zach.ware, larry, benjamin.peterson, docs@python, yselivanov, josh.r, veky, emily.zhao
2014-07-24 20:41:48zach.waresetmessageid: <1406234508.98.0.53591182535.issue21314@psf.upfronthosting.co.za>
2014-07-24 20:41:48zach.warelinkissue21314 messages
2014-07-24 20:41:48zach.warecreate