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 eric.araujo
Recipients brian.curtin, eric.araujo, ezio.melotti, jaime.buelta, lars.gustaebel, meador.inge, r.david.murray
Date 2010-02-28.05:27:48
SpamBayes Score 4.0844494e-08
Marked as misclassified No
Message-id <1267334872.83.0.107856536793.issue7232@psf.upfronthosting.co.za>
In-reply-to
Content
Hello

Minor note: I think magic methods shouldn’t have docstrings, because their name is enough doc (or at least enough to go read the doc). At most a one-line comment like “context protocol” can be useful. (The exception is __init__, which doesn’t have a defined set of arguments.)

Cheers
History
Date User Action Args
2010-02-28 05:27:54eric.araujosetrecipients: + eric.araujo, lars.gustaebel, ezio.melotti, r.david.murray, brian.curtin, meador.inge, jaime.buelta
2010-02-28 05:27:52eric.araujosetmessageid: <1267334872.83.0.107856536793.issue7232@psf.upfronthosting.co.za>
2010-02-28 05:27:50eric.araujolinkissue7232 messages
2010-02-28 05:27:48eric.araujocreate