]> granicus.if.org Git - python/commit
Ditch the explicit search for *.py[co] files -- they're now included in
authorGregory P. Smith <greg@mad-scientist.com>
Sat, 13 May 2000 02:13:53 +0000 (02:13 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sat, 13 May 2000 02:13:53 +0000 (02:13 +0000)
commit7e855ef6ad9fba6c67d03bf11cb0ad8d36809e3e
tree473ef3ba89f28d4332d742a00189067d60055755
parent11fb783fa4b5760c0b5d528ba3ba6c7e25d8ae8b
Ditch the explicit search for *.py[co] files -- they're now included in
the list returned by 'get_outputs()', thanks to changes in the
"install_lib" command.
Lib/distutils/command/install.py