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 gvanrossum
Recipients gvanrossum, nnorwitz, trent
Date 2008-04-07.15:10:07
SpamBayes Score 0.046374526
Marked as misclassified No
Message-id <1207581010.32.0.847357929738.issue2550@psf.upfronthosting.co.za>
In-reply-to
Content
I don't like that the patch changes the API of a function in
test_support() (in particular changing the return type; adding optional
arguments is not a problem).  This could trip up 3rd party users of this
API.  I recommend creating a new API bind_host_and_port() (or whatever
you'd like to name it) and implement the original API in terms of the
new one.  (You can even add a warning if you think the original API is
always unsafe.)
History
Date User Action Args
2008-04-07 15:10:10gvanrossumsetspambayes_score: 0.0463745 -> 0.046374526
recipients: + gvanrossum, nnorwitz, trent
2008-04-07 15:10:10gvanrossumsetspambayes_score: 0.0463745 -> 0.0463745
messageid: <1207581010.32.0.847357929738.issue2550@psf.upfronthosting.co.za>
2008-04-07 15:10:09gvanrossumlinkissue2550 messages
2008-04-07 15:10:07gvanrossumcreate