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 kyle.roberts
Recipients brian.curtin, docs@python, kyle.roberts, r.david.murray, serhiy.storchaka
Date 2013-05-01.02:23:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367374993.02.0.329691791268.issue15984@psf.upfronthosting.co.za>
In-reply-to
Content
I've uploaded a new patch with the obj argument properly marked up. Brian, I think *obj* is what we want based on other examples in that file. It looks like italics is typically used when discussing parameters since each parameter is italicized in the signature.

R.David and Serhiy, I thought about the use of "coercion" some more and I think the current wording is fine. "Type coercion/conversion" is a commonly used phrase with some languages, so I think the phrase is applicable here as well (for a python example: http://docs.python.org/release/2.5.2/ref/coercion-rules.html). Let me know if you'd still like to see it changed. Thanks.
History
Date User Action Args
2013-05-01 02:23:13kyle.robertssetrecipients: + kyle.roberts, r.david.murray, brian.curtin, docs@python, serhiy.storchaka
2013-05-01 02:23:13kyle.robertssetmessageid: <1367374993.02.0.329691791268.issue15984@psf.upfronthosting.co.za>
2013-05-01 02:23:12kyle.robertslinkissue15984 messages
2013-05-01 02:23:12kyle.robertscreate