[Python-Dev] Asyncore/asynchat
Martin v. Loewis
martin@v.loewis.de
29 Jun 2002 20:02:29 +0200
"Steve Holden" <sholden@holdenweb.com> writes:
> 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?
The general principle seems to be that cleanup can be done while the
module is reviewed, anyway. So I think doing these changes together
with the documentation is appropriate.
Regards,
Martin