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 lukasz.langa
Recipients ezio.melotti, giampaolo.rodola, inc0, lukasz.langa
Date 2013-01-29.19:17:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359487044.09.0.506297264014.issue17055@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for your patch. A couple of remarks:

- try to adhere to PEP 8 in your patches (most notably here: 80 characters per line, please). The rest of test_ftplib.py is also somewhat guilty in that regard but that shouldn't discourage you to do the right thing.
- you'll notice the rest of test_ftplib.py avoids vertical whitespace within methods. This is by design.
- maintain alphabetic order in Misc/ACKS
History
Date User Action Args
2013-01-29 19:17:24lukasz.langasetrecipients: + lukasz.langa, giampaolo.rodola, ezio.melotti, inc0
2013-01-29 19:17:24lukasz.langasetmessageid: <1359487044.09.0.506297264014.issue17055@psf.upfronthosting.co.za>
2013-01-29 19:17:24lukasz.langalinkissue17055 messages
2013-01-29 19:17:23lukasz.langacreate