]> granicus.if.org Git - python/commit
Changed to reflect the new "command options" regime -- in particular,
authorGreg Ward <gward@python.net>
Wed, 8 Sep 1999 02:42:30 +0000 (02:42 +0000)
committerGreg Ward <gward@python.net>
Wed, 8 Sep 1999 02:42:30 +0000 (02:42 +0000)
commit71eb8644d7e27fd379a2cf78c509155bdb179332
treeccbd4f67d746616284cb996b87810c6865a6d9b5
parent42926ddc7e413f7f14ad68b75f7a6fffe9d96733
Changed to reflect the new "command options" regime -- in particular,
we no longer explicitly pull distribution options out of our Distribution
object, but rather let the Distribution put them into the command object.
Lib/distutils/command/build_ext.py
Lib/distutils/command/build_py.py