From 68bdf3eeb7497757f9bdf46ba6509d440330db4b Mon Sep 17 00:00:00 2001 From: Greg Ward Date: Mon, 13 Sep 1999 13:54:06 +0000 Subject: Comment addition. --- Lib/distutils/command/build_py.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Lib/distutils/command/build_py.py b/Lib/distutils/command/build_py.py index 28aefa9..0bbe339 100644 --- a/Lib/distutils/command/build_py.py +++ b/Lib/distutils/command/build_py.py @@ -26,6 +26,9 @@ class BuildPy (Command): def set_final_options (self): self.set_undefined_options ('build', ('libdir', 'dir')) + # 'package' is an alias option in Distribution (hmmm, we + # really should change to "pull" options from Distribution + # rather than "pushing" them out to commands...) if self.package is None: self.package = '' -- cgit v0.12