]> granicus.if.org Git - python/commit
Modified version of a patch from Jeremy Kloth, to make .get_outputs()
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 16 Jan 2001 16:16:03 +0000 (16:16 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 16 Jan 2001 16:16:03 +0000 (16:16 +0000)
commit9710297e365185e7cdb1a1075a6a1b3d378bd4fc
tree1684319830b3a47e5ff4017f0281ef7650d48abf
parentc00df0bbba3c0c409aada5aba82cfede08778d81
Modified version of a patch from Jeremy Kloth, to make .get_outputs()
produce a list of unique filenames:
    "While attempting to build an RPM using distutils on Python 2.0,
    rpm complained about duplicate files.  The following patch fixed
    that problem.
Lib/distutils/command/install.py