[Python-Dev] Asyncore/asynchat

Tim Peters tim@zope.com
Wed, 26 Jun 2002 12:36:16 -0400


[Steve Holden]
> I thought I might try to add appropriate module documentation for
> asynchat.

Cool!

> This effective code doesn't get enough recognition (IMHO), partly because
> you are forced to read the code to understand how to use it.
>
> I notice that Sam Rushing's code tends to use spaces before the
> parentheses around argument lists. Should I think about cleaning up the
> code at the same time, or are we best letting sleeping dogs lie?

You should feel free to clean it up, but not at the same time:  clean the
spaces in a distinct checkin dedicated to just that much, with a checkin
comment like "Whitespace normalization".