[Paul Moore] >>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.
All correct. "del /s" works under cmd.exe, but not under command.com. If Python no longer supports any pre-NT flavor of Windows, then rmpyc.py is no longer needed. _______________________________________________ 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