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 therve
Recipients brett.cannon, christian.heimes, pitrou, therve
Date 2008-02-27.08:35:35
SpamBayes Score 0.12788865
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
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.
History
Date User Action Args
2008-02-27 08:35:38thervesetspambayes_score: 0.127889 -> 0.12788865
recipients: + therve, brett.cannon, pitrou, christian.heimes
2008-02-27 08:35:38thervesetspambayes_score: 0.127889 -> 0.127889
messageid: <[email protected]>
2008-02-27 08:35:37thervelinkissue1740 messages
2008-02-27 08:35:36thervecreate