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 lpolzer
Recipients barry, lpolzer, r.david.murray
Date 2013-11-21.12:15:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385036145.05.0.912255281189.issue19679@psf.upfronthosting.co.za>
In-reply-to
Content
The contents of "conn" are already stored by asyncore's "socket" attribute, so there doesn't seem to be a need to keep it around. We should deprecate its usage and refer the user to the "socket" attribute.

Furthermore I suggest renaming the "conn" argument to "socket" to make its semantics clearer.
History
Date User Action Args
2013-11-21 12:15:45lpolzersetrecipients: + lpolzer, barry, r.david.murray
2013-11-21 12:15:45lpolzersetmessageid: <1385036145.05.0.912255281189.issue19679@psf.upfronthosting.co.za>
2013-11-21 12:15:45lpolzerlinkissue19679 messages
2013-11-21 12:15:44lpolzercreate