]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Reduced the 'bytecompile()' method to a one-line wrapper around
authorGreg Ward <gward@python.net>
Sat, 30 Sep 2000 20:39:09 +0000 (20:39 +0000)
committerGreg Ward <gward@python.net>
Sat, 30 Sep 2000 20:39:09 +0000 (20:39 +0000)
commit1df6e7b1fc1b63fdb4b9320222205f145d149880
tree588835ee182b3d107f962a0240c79fa1deddf0ab
parent1297b5ce67642dba35615121825fb1621e28e6b8
Reduced the 'bytecompile()' method to a one-line wrapper around
'util.byte_compile()'.  Currently just reproduces the existing functionality
-- doesn't use any of the fancy features in the new 'byte_compile()'.
Lib/distutils/command/install_lib.py