[Distutils] Fixed "-n" bug

Greg Ward gward@cnri.reston.va.us
Sat, 3 Apr 1999 22:35:47 -0500


Hi all --

I've just fixed the bug that Michel Sanner inadvertently pointed out --
the "-n" ("--dry-run") flag was universally ignored.  This was solved by
adding several methods to the Command base class through which all
"external actions" (anything that affects the outside world, most
particularly the filesystem) should be channelled.  Now the verbose and
dry-run flags can be respected in a consistently painless way by *all*
command classes.

In addition to "cvs update", you can now download a snapshot tarball:

    http://www.python.org/sigs/distutils-sig/distutils-19990403.tar.gz

I make no promises about the longevity or reliability of that URL --
it'll probably go away the next time I make a snapshot.  Let me know if
you like the snapshot, but would prefer a zip file to a tarball; under
duress, I could hack the 'mksnap' script to make both.  ;-)

        Greg

-- 
Greg Ward - software developer                    gward@cnri.reston.va.us
Corporation for National Research Initiatives    
1895 Preston White Drive                           voice: +1-703-620-8990
Reston, Virginia, USA  20191-5434                    fax: +1-703-620-0913