billiejoex added the comment:

+1.
Another inconsistency are the argument names used in __init__ methods,
one called "sock" and the other called "conn":

asyncore:
def __init__(self, sock=None, map=None):

asynchat:
def __init__ (self, conn=None):

----------
nosy: +billiejoex

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1519>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to