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 Jurko.Gospodnetić
Recipients Jurko.Gospodnetić, docs@python
Date 2014-05-02.10:29:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399026596.96.0.389694886975.issue21415@psf.upfronthosting.co.za>
In-reply-to
Content
Doc/reference/datamodel.rst documentation states that
the __new__ method is a static method (in Python, not
in C!) when it is in fact a class method.

A patch has been prepared in the
https://bitbucket.org/jurko/cpython repository.
branch: datamodel_doc_typo_fix
commit: 81c5ba188805e42292c3eb9cffa56fbd5b7c6aee

But it'll probably be easier for you to just change
that single word directly. :-D

Hope this helps.

Best regards,
  Jurko Gospodnetić
History
Date User Action Args
2014-05-02 10:29:57Jurko.Gospodnetićsetrecipients: + Jurko.Gospodnetić, docs@python
2014-05-02 10:29:56Jurko.Gospodnetićsetmessageid: <1399026596.96.0.389694886975.issue21415@psf.upfronthosting.co.za>
2014-05-02 10:29:56Jurko.Gospodnetićlinkissue21415 messages
2014-05-02 10:29:55Jurko.Gospodnetićcreate