[Python-Dev] [Python-checkins] r88395 - python/branches/py3k/Lib/asyncore.py

Giampaolo Rodolà g.rodola at gmail.com
Fri Feb 11 14:52:21 CET 2011


I'm sorry, I'm going to revert those checkins.
They are very minor changes which I'm sure don't break anything, but I
understand your complain.


--- Giampaolo
http://code.google.com/p/pyftpdlib/
http://code.google.com/p/psutil/


2011/2/11 Nick Coghlan <ncoghlan at gmail.com>:
> On Fri, Feb 11, 2011 at 11:04 PM, giampaolo.rodola
> <python-checkins at python.org> wrote:
>> Author: giampaolo.rodola
>> Date: Fri Feb 11 14:04:18 2011
>> New Revision: 88395
>>
>> Log:
>> asyncore: introduce a new 'closed' attribute to make sure that dispatcher gets closed only once.
>> In different occasions close() might be called more than once, causing problems with already disconnected sockets/dispatchers.
>
> Giampaolo,
>
> This checkin and the previous one are not appropriate for the release
> candidate phase of the 3.2 release. At the very least, they need to
> identify the second core dev that reviewed them, as well as a
> reference to the tracker issue where the RM approved them for
> inclusion.
>
> Regards,
> Nick.
>
> --
> Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia
>


More information about the Python-Dev mailing list