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 ezio.melotti
Recipients docs@python, eric.smith, ezio.melotti
Date 2011-05-28.12:16:06
SpamBayes Score 2.4684945e-09
Marked as misclassified No
Message-id <1306584967.67.0.268026650427.issue12185@psf.upfronthosting.co.za>
In-reply-to
Content
Note that usually 'self' is not included in the arguments of methods.  The 3.3 doc correctly uses e.g. copy_sign(other).  A 'd.' could also be added so that the end result looks like:
  d.copy_sign(other)
but it's not mandatory (if done, all the other methods should be updated as well).
History
Date User Action Args
2011-05-28 12:16:07ezio.melottisetrecipients: + ezio.melotti, eric.smith, docs@python
2011-05-28 12:16:07ezio.melottisetmessageid: <1306584967.67.0.268026650427.issue12185@psf.upfronthosting.co.za>
2011-05-28 12:16:06ezio.melottilinkissue12185 messages
2011-05-28 12:16:06ezio.melotticreate