diff options
| author | Éric Araujo <merwok@netwok.org> | 2011-06-17 17:38:38 (GMT) |
|---|---|---|
| committer | Éric Araujo <merwok@netwok.org> | 2011-06-17 17:38:38 (GMT) |
| commit | 74d68135adffce55cf96e62c0c71ab72945a7753 (patch) | |
| tree | 152618e1cf9d7645e20e19939f5cf0ad5974afa9 /Lib/packaging/command/build_ext.py | |
| parent | 92cafb85dd3143baa7016475b3895f5491fe451f (diff) | |
| parent | ed5d2f131083f16ab3d305ccc6f58c66f70f1f75 (diff) | |
| download | cpython-74d68135adffce55cf96e62c0c71ab72945a7753.zip cpython-74d68135adffce55cf96e62c0c71ab72945a7753.tar.gz cpython-74d68135adffce55cf96e62c0c71ab72945a7753.tar.bz2 | |
Brange merge
Diffstat (limited to 'Lib/packaging/command/build_ext.py')
| -rw-r--r-- | Lib/packaging/command/build_ext.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Lib/packaging/command/build_ext.py b/Lib/packaging/command/build_ext.py index 403e5fd..c820336 100644 --- a/Lib/packaging/command/build_ext.py +++ b/Lib/packaging/command/build_ext.py @@ -38,7 +38,7 @@ class build_ext(Command): # XXX thoughts on how to deal with complex command-line options like # these, i.e. how to make it so fancy_getopt can suck them off the - # command line and make it look like setup.py defined the appropriate + # command line and turn them into the appropriate # lists of tuples of what-have-you. # - each command needs a callback to process its command-line options # - Command.__init__() needs access to its share of the whole @@ -287,9 +287,6 @@ class build_ext(Command): def run(self): from packaging.compiler import new_compiler - # 'self.extensions', as supplied by setup.py, is a list of - # Extension instances. See the documentation for Extension (in - # distutils.extension) for details. if not self.extensions: return |
