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 christian.heimes
Recipients brett.cannon, christian.heimes, pitrou, therve
Date 2008-02-27.11:09:55
SpamBayes Score 0.0032470257
Marked as misclassified No
Message-id <47C54501.1060209@cheimes.de>
In-reply-to <1204101338.51.0.0569939967075.issue1740@psf.upfronthosting.co.za>
Content
Thomas Herve wrote:
> I have just one comment: I have recently modified the initialization of
> LogRecordSocketReceiver to not use a stupid loop to get a free port, but
> instead use port 0 and get the port number once bound. I think this
> modification should stay.

Most likely the student, who submitted the patch during the GHOP
contest, didn't know about the feature. ;) But yeah, the mod should stay
indeed.

Christian
History
Date User Action Args
2008-02-27 11:09:57christian.heimessetspambayes_score: 0.00324703 -> 0.0032470257
recipients: + christian.heimes, brett.cannon, pitrou, therve
2008-02-27 11:09:56christian.heimeslinkissue1740 messages
2008-02-27 11:09:55christian.heimescreate