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 rishi.maker.forum
Recipients martin.panter, pitrou, rishi.maker.forum
Date 2014-10-05.10:52:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412506377.08.0.882542898155.issue22351@psf.upfronthosting.co.za>
In-reply-to
Content
Here is my attempt to fix this issue. This is my first patch ever :).
IMO checking socket leaks in the constructor requires an actual server, so I create an actual localhost dummy server and test some error conditions that are encountered by the constructor.
History
Date User Action Args
2014-10-05 10:52:57rishi.maker.forumsetrecipients: + rishi.maker.forum, pitrou, martin.panter
2014-10-05 10:52:57rishi.maker.forumsetmessageid: <1412506377.08.0.882542898155.issue22351@psf.upfronthosting.co.za>
2014-10-05 10:52:57rishi.maker.forumlinkissue22351 messages
2014-10-05 10:52:56rishi.maker.forumcreate