[Python-Dev] [Python-checkins] r88387 - python/branches/py3k/Lib/asyncore.py
Nick Coghlan
ncoghlan at gmail.com
Fri Feb 11 00:25:19 CET 2011
On Fri, Feb 11, 2011 at 4:42 AM, giampaolo.rodola
<python-checkins at python.org> wrote:
> Author: giampaolo.rodola
> Date: Thu Feb 10 19:42:36 2011
> New Revision: 88387
>
> Log:
> get rid of asyncore.dispatcher's debug attribute, which is no longer used (assuming it ever was).
Reviewer? NEWS entry? RM approval? Tracker issue?
Removing a public attribute seems like an odd change to be making at
this stage of a release. What if there is third party code that uses
that attribute to enable additional debugging info in asyncore?
Cheers,
Nick.
--
Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
More information about the Python-Dev
mailing list