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 nirs
Recipients nirs
Date 2009-07-24.21:53:39
SpamBayes Score 1.9749912e-07
Marked as misclassified No
Message-id <1248472422.88.0.383169211392.issue6550@psf.upfronthosting.co.za>
In-reply-to
Content
The first fix reverted to 2.5 behavior, when self.connected is false when 
handle_connect is called. This behavior is little stupid - why call 
handle_connect if the socket is not really connected?

This fix ensure that handle_connect is called only if the socket is 
connected - just like it is done in handle_write_event. Now it does not 
matter when you set the connected flag, before or after handle_connect.

Tested in trunk on Mac OS X.
History
Date User Action Args
2009-07-24 21:53:42nirssetrecipients: + nirs
2009-07-24 21:53:42nirssetmessageid: <1248472422.88.0.383169211392.issue6550@psf.upfronthosting.co.za>
2009-07-24 21:53:41nirslinkissue6550 messages
2009-07-24 21:53:40nirscreate