diff --git a/Lib/distutils/command/build_py.py b/Lib/distutils/command/build_py.py index 28aefa9e7e1..0bbe339aa2d 100644 --- a/Lib/distutils/command/build_py.py +++ b/Lib/distutils/command/build_py.py @@ -26,6 +26,9 @@ def set_default_options (self): 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 = ''