]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Comment addition.
authorGreg Ward <gward@python.net>
Mon, 13 Sep 1999 13:54:06 +0000 (13:54 +0000)
committerGreg Ward <gward@python.net>
Mon, 13 Sep 1999 13:54:06 +0000 (13:54 +0000)
Lib/distutils/command/build_py.py

index 28aefa9e7e18cb411436e63363a6c7b6dca28a66..0bbe339aa2d9c1577f17c87b95b8817c83a87977 100644 (file)
@@ -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 = ''