]> granicus.if.org Git - python/commit
[Bug #414032] Make the 'sdist' command work when the distribution contains
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 10 Aug 2001 20:24:33 +0000 (20:24 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 10 Aug 2001 20:24:33 +0000 (20:24 +0000)
commitf4aa684132a2752118af9a2412f0acc90c258035
tree010537cad2d245af31247c85a78110c05ed6c299
parentab0cad520dc97cc429b912a0c49dfe75305dc684
[Bug #414032] Make the 'sdist' command work when the distribution contains
    libraries.  This is done by adding a .get_source_files() method,
    contributed by Rene Liebscher and slightly modified.
Remove an unused local variable spotted by PyChecker
Lib/distutils/command/build_clib.py