Right. Building Win98 or ME is insanity.

[double-takes]

Hey! Tim! Long time no see. Welcome back!!!! Don't be a stranger. :-)
We missed you.

--Guido

On Nov 15, 2007 5:22 PM, Tim Peters <[EMAIL PROTECTED]> wrote:
> [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/guido%40python.org
>



-- 
--Guido van Rossum (home page: http://www.python.org/~guido/)
_______________________________________________
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

Reply via email to