[Python-Dev] Updated version of asyncore.py?

Andrew Kuchling akuchlin@mems-exchange.org
Tue, 5 Sep 2000 14:57:05 -0400


asyncore.py in the CVS tree is revision 2.40 1999/05/27, while Sam
Rushing's most recent tarball contains revision 2.49 2000/05/04.  The
major change is that lots of methods in 2.49 have an extra optional
argument, map=None.  (I noticed the discrepancy while packaging ZEO,
which assumes the most recent version.)

asynchat.py is also slightly out of date: 
< #     Id: asynchat.py,v 2.23 1999/05/01 04:49:24 rushing Exp
---
> #     $Id: asynchat.py,v 2.25 1999/11/18 11:01:08 rushing Exp $

The CVS versions have additional docstrings and a few typo fixes in
comments.  Should the Python library versions be updated?  (+1 from
me, obviously.)

--amk