On 15/11/2007, Guido van Rossum <[EMAIL PROTECTED]> wrote: > Ideally, the clean step should not depend on Python existing. On Unix > it doesn't need it!
>From a quick look, rmpyc.py is deleting .pyc and .pyo files in ..\Lib. This could be done (I believe) using simply cd ..\Lib del /S *.pyc *.pyo I haven't tested this (no time right now) but certainly on XP, the del command accepts a /S flag to delete recursively. Paul. _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com