]> granicus.if.org Git - python/commit
Changed 'build_module()' so it returns the result of 'copy_file()'
authorGreg Ward <gward@python.net>
Sat, 30 Sep 2000 17:33:05 +0000 (17:33 +0000)
committerGreg Ward <gward@python.net>
Sat, 30 Sep 2000 17:33:05 +0000 (17:33 +0000)
commit3a5a2bd486fd3b5b001a575c2b9869a0cd6910a2
tree150d82d2636e2efd01e9ec4eb688c24992754210
parent0d4a85310937f686d70188dabe3aacde8703e47a
Changed 'build_module()' so it returns the result of 'copy_file()'
on the module file -- could be useful for subclasses overriding it.
Lib/distutils/command/build_py.py