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 zvyn
Recipients giampaolo.rodola, hynek, jcea, r.david.murray, vsergeev, zvyn
Date 2014-03-05.14:15:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394028922.82.0.473955350984.issue14758@psf.upfronthosting.co.za>
In-reply-to
Content
I was going to work on #3461 where IPv6-tests are missing for smtplib and stumbled over this bug. I would be willing to work on this, since it's quiet clear what needs to be done to me: implement what (vsergeev) suggested and write tests (which includes fixing design flaws in current ones).

It may be a good idea to teach mouckup_socket some IPv6, since it's needed for test_smtpd and test_smtplib, but IMHO that can be done as a extra task / will be easy after doing the above.
History
Date User Action Args
2014-03-05 14:15:23zvynsetrecipients: + zvyn, jcea, giampaolo.rodola, r.david.murray, hynek, vsergeev
2014-03-05 14:15:22zvynsetmessageid: <1394028922.82.0.473955350984.issue14758@psf.upfronthosting.co.za>
2014-03-05 14:15:22zvynlinkissue14758 messages
2014-03-05 14:15:21zvyncreate