[Distutils] a patch :)

est@hyperreal.org est@hyperreal.org
Wed, 23 Feb 2000 12:06:22 -0800 (PST)


Could be old news, but I had to do this to 0.1.3:

--- command/dist.py~    Sun Jan 30 15:22:27 2000
+++ command/dist.py     Wed Feb 23 13:07:50 2000
@@ -223,6 +223,7 @@
         for fn in standards:
             if type (fn) is TupleType:
                 alts = fn
+                got_it = 0
                 for fn in alts:
                     if os.path.exists (fn):
                         got_it = 1