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.16:58:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394038728.8.0.165908877756.issue14758@psf.upfronthosting.co.za>
In-reply-to
Content
The cleaning up of smtpd.socket was already implemented, so there was nothing to do there.

What I did:
- Write two TestCases to check if the IP version is chosen depending on the host-parameter
- Testing, that everything still works with an IPv6 address by inheriting from SMTPDChannelTest and overriding setUp with an IPv6-Server
History
Date User Action Args
2014-03-05 16:58:48zvynsetrecipients: + zvyn, jcea, giampaolo.rodola, r.david.murray, hynek, vsergeev
2014-03-05 16:58:48zvynsetmessageid: <1394038728.8.0.165908877756.issue14758@psf.upfronthosting.co.za>
2014-03-05 16:58:48zvynlinkissue14758 messages
2014-03-05 16:58:48zvyncreate