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
Date 2011-02-10.18:33:43
SpamBayes Score 0.00092618115
Marked as misclassified No
Message-id <1297362824.83.0.287442069461.issue11177@psf.upfronthosting.co.za>
In-reply-to
Content
At the current state asyncore implicitly supports TCP (SOCK_STREAM) sockets only, despite UDP support might be added in the future.
For simplicity, create_socket() should assume TCP/IP by default.
This would avoid the user to "import socket" and specify the two constants every time, which is annoying.
History
Date User Action Args
2011-02-10 18:33:44giampaolo.rodolasetrecipients: + giampaolo.rodola
2011-02-10 18:33:44giampaolo.rodolasetmessageid: <1297362824.83.0.287442069461.issue11177@psf.upfronthosting.co.za>
2011-02-10 18:33:44giampaolo.rodolalinkissue11177 messages
2011-02-10 18:33:44giampaolo.rodolacreate