From: Greg Ward Date: Mon, 13 Sep 1999 13:54:06 +0000 (+0000) Subject: Comment addition. X-Git-Tag: v1.6a1~926 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=68bdf3eeb7497757f9bdf46ba6509d440330db4b;p=thirdparty%2FPython%2Fcpython.git Comment addition. --- diff --git a/Lib/distutils/command/build_py.py b/Lib/distutils/command/build_py.py index 28aefa9e7e18..0bbe339aa2d9 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 = ''