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, r.david.murray, vinay.sajip
Date 2011-04-30.01:02:51
SpamBayes Score 1.0996188e-05
Marked as misclassified No
Message-id <1304125372.37.0.82282353548.issue11959@psf.upfronthosting.co.za>
In-reply-to
Content
The fact that you need to keep two separate maps makes me think that the approach you have in mind might be wrong, as in - that's something you usually don't want to do -.
The fact that asyncore uses a default socket map is surely unfortunate, but it's something you rarely want to deal with, therefore changing the __init__ notation of those classes is debatable at least.
What are you trying to achieve exactly?
History
Date User Action Args
2011-04-30 01:03:14giampaolo.rodolaunlinkissue11959 messages
2011-04-30 01:02:52giampaolo.rodolasetrecipients: + giampaolo.rodola, vinay.sajip, r.david.murray
2011-04-30 01:02:52giampaolo.rodolasetmessageid: <1304125372.37.0.82282353548.issue11959@psf.upfronthosting.co.za>
2011-04-30 01:02:51giampaolo.rodolalinkissue11959 messages
2011-04-30 01:02:51giampaolo.rodolacreate