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 belopolsky, eric.araujo, ezio.melotti, giampaolo.rodola, pitrou, stuaxo, tarek
Date 2010-05-09.19:10:23
SpamBayes Score 0.00079420867
Marked as misclassified No
Message-id <1273432226.15.0.149401095666.issue4972@psf.upfronthosting.co.za>
In-reply-to
Content
Magic methods usually don’t have docstrings, since they implement one operation that is described in one place (think __len__ vs. len). You could remove the doc of __enter__ and turn the doc of __exit__ into a comment or move it to the reST file when you say that FTP supports the context management protocol.

What did you add a cmd_noop method that does the same thing as cmd_user for?

Will the change from handler to handler_instance not break third-party code?
History
Date User Action Args
2010-05-09 19:10:26eric.araujosetrecipients: + eric.araujo, belopolsky, pitrou, giampaolo.rodola, tarek, ezio.melotti, stuaxo
2010-05-09 19:10:26eric.araujosetmessageid: <1273432226.15.0.149401095666.issue4972@psf.upfronthosting.co.za>
2010-05-09 19:10:24eric.araujolinkissue4972 messages
2010-05-09 19:10:23eric.araujocreate