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 giampaolo.rodola
Recipients giampaolo.rodola, paulos, r.david.murray
Date 2011-02-22.17:16:40
SpamBayes Score 1.9158801e-06
Marked as misclassified No
Message-id <1298395004.41.0.481018367806.issue11281@psf.upfronthosting.co.za>
In-reply-to
Content
> Seems like the signature of Lib.test.mock_socket.create_connection does 
> not match socket.create_connection since 2.7.

You can add a fake parameter which does nothing.

> What is the notation for the new keyword arguments?

fun(a, b, c=None, d=None)
History
Date User Action Args
2011-02-22 17:16:44giampaolo.rodolasetrecipients: + giampaolo.rodola, r.david.murray, paulos
2011-02-22 17:16:44giampaolo.rodolasetmessageid: <1298395004.41.0.481018367806.issue11281@psf.upfronthosting.co.za>
2011-02-22 17:16:41giampaolo.rodolalinkissue11281 messages
2011-02-22 17:16:41giampaolo.rodolacreate