[issue777588] asyncore is broken for windows if connection is refused

2014-06-06 Thread STINNER Victor
Changes by STINNER Victor : -- components: +Asyncio nosy: +gvanrossum, yselivanov ___ Python tracker ___ ___ Python-bugs-list mailing

[issue777588] asyncore is broken for windows if connection is refused

2014-05-28 Thread STINNER Victor
STINNER Victor added the comment: This issue was opened 11 years ago, when Windows 95, 98, Me, 2000 and XP were used. Python is going to drop support of Windows XP, and most older versions are already no more supported. Does this issue still exist in recent Windows versions? I'm not aware of s

[issue777588] asyncore is broken for windows if connection is refused

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue777588] asyncore is broken for windows if connection is refused

2013-12-19 Thread Marc Schlaich
Changes by Marc Schlaich : -- nosy: -schlamar ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue777588] asyncore is broken for windows if connection is refused

2013-12-18 Thread Mark Lawrence
Mark Lawrence added the comment: Is it worth leaving this open given the arrival of the new asyncio module in Python 3.4? -- nosy: +BreamoreBoy ___ Python tracker ___ _

[issue777588] asyncore is broken for windows if connection is refused

2012-11-30 Thread Marc Schlaich
Marc Schlaich added the comment: This issue is not fixed. Another workaround would be the `win32select` function from twisted: http://twistedmatrix.com/trac/browser/trunk/twisted/internet/selectreactor.py#L23 -- nosy: +schlamar ___ Python tracker <

[issue777588] asyncore is broken for windows if connection is refused

2009-03-28 Thread intgr
Changes by intgr : -- nosy: +intgr ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mail

[issue777588] asyncore is broken for windows if connection is refused

2009-02-13 Thread Josiah Carlson
Josiah Carlson added the comment: According to Garth, sockets that don't connect on Windows get put into the error sockets list. According to John, you need to poll sockets to determine whether or not the attempted connection was refused. If Garth is right, the problem is fixed, though we ar

[issue777588] asyncore is broken for windows if connection is refused

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: Looks like this one was solved in issue 909005, does anyone disagree? -- components: +Windows nosy: +ajaksu2 superseder: -> asyncore fixes and improvements type: -> behavior ___ Python tracker

[issue777588] asyncore is broken for windows if connection is refused

2008-03-19 Thread Giampaolo Rodola'
Changes by Giampaolo Rodola' <[EMAIL PROTECTED]>: -- nosy: +giampaolo.rodola Tracker <[EMAIL PROTECTED]> ___ Python-bugs-list mailin