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 lcatucci
Recipients barry, giampaolo.rodola, janssen, jcea, lcatucci, pitrou, r.david.murray
Date 2012-11-23.11:40:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353670854.15.0.132124320537.issue4473@psf.upfronthosting.co.za>
In-reply-to
Content
OK, I'm uploading poplib_03_starttls_v5.diff; I only changed the 
"caps=self.capa()" into "caps = self.capa()" in the "@@ -352,21 +360,42 @@ class POP3:" hunk.

Thank you for pointing at the line; I tried to run pep8.py on poplib.py, but failed to find the line, since I was overwhelmed by the reported pre-existing pep8 inconsistencies...

I'm tempted to open a pep8 issue on poplib after we finish with stls...

Thank you very much for reviewing!
History
Date User Action Args
2012-11-23 11:40:54lcatuccisetrecipients: + lcatucci, barry, jcea, janssen, pitrou, giampaolo.rodola, r.david.murray
2012-11-23 11:40:54lcatuccisetmessageid: <1353670854.15.0.132124320537.issue4473@psf.upfronthosting.co.za>
2012-11-23 11:40:54lcatuccilinkissue4473 messages
2012-11-23 11:40:53lcatuccicreate