]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Don't use 'set_option()' or 'get_option()' method -- direct attribute access,
authorGreg Ward <gward@python.net>
Sun, 7 May 2000 15:32:13 +0000 (15:32 +0000)
committerGreg Ward <gward@python.net>
Sun, 7 May 2000 15:32:13 +0000 (15:32 +0000)
commit4779cdfae8cf3ce3ec9704ad451d587bd958c13c
tree5da15f515c3bac0ae8d138ac739cd00420b4b497
parentc4537ac9b65be40ce3d803196845a9e9b7fb3513
Don't use 'set_option()' or 'get_option()' method -- direct attribute access,
or getattr/setattr, is all that's needed.
Lib/distutils/command/bdist.py
Lib/distutils/command/install_lib.py