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 xdegaye
Recipients François-Xavier.Bourlet, neologix, xdegaye
Date 2011-10-30.12:36:40
SpamBayes Score 0.008301718
Marked as misclassified No
Message-id <1319978201.55.0.887214496269.issue12498@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the explanations.
I confirm that the patch fixes 'asyncore_12498.py' with your changes
applied to this script.

Note that the patch may break applications that have given different
semantics to 'closing' ('closing' being such a common name for a
network application) after they noticed that this attribute is never
used by asyncore nor by asynchat.

It seems that the same fix could also be applied to asynchat.
History
Date User Action Args
2011-10-30 12:36:41xdegayesetrecipients: + xdegaye, neologix, François-Xavier.Bourlet
2011-10-30 12:36:41xdegayesetmessageid: <1319978201.55.0.887214496269.issue12498@psf.upfronthosting.co.za>
2011-10-30 12:36:40xdegayelinkissue12498 messages
2011-10-30 12:36:40xdegayecreate