]> granicus.if.org Git - python/commit
Fixed 'run()' so it doesn't call 'bytecompile()' if 'install()' returned None.
authorGreg Ward <gward@python.net>
Sat, 30 Sep 2000 17:35:26 +0000 (17:35 +0000)
committerGreg Ward <gward@python.net>
Sat, 30 Sep 2000 17:35:26 +0000 (17:35 +0000)
commit3e6d43801b9d8ec5e73588f52bac660e14257160
tree4c6d118155369dcab22ceef1d32d2c98c3749d93
parente564278bfdf7c3c5d72c9825d00ee90d1e406aaa
Fixed 'run()' so it doesn't call 'bytecompile()' if 'install()' returned None.
Lib/distutils/command/install_lib.py