diff options
author | Éric Araujo <merwok@netwok.org> | 2011-06-16 23:34:55 +0200 |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-06-16 23:34:55 +0200 |
commit | b6be20ca337348b7cf2b356f9354a4121627add0 (patch) | |
tree | 23cea276dc7e0b5193ebe0951e1d6cde8779af25 /Lib/packaging/compiler/unixccompiler.py | |
parent | 434812d569eef54dd79936e581fc20df57671158 (diff) | |
download | cpython-git-b6be20ca337348b7cf2b356f9354a4121627add0.tar.gz |
Packaging: remove last mentions and uses of setup.py in the code.
Now only the compatibility layer (in create, util and install) talk
about setup.py.
Diffstat (limited to 'Lib/packaging/compiler/unixccompiler.py')
-rw-r--r-- | Lib/packaging/compiler/unixccompiler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/packaging/compiler/unixccompiler.py b/Lib/packaging/compiler/unixccompiler.py index 8c24c0f6e3..c857d03e09 100644 --- a/Lib/packaging/compiler/unixccompiler.py +++ b/Lib/packaging/compiler/unixccompiler.py @@ -33,7 +33,7 @@ import sysconfig # we need some way for outsiders to feed preprocessor/compiler/linker # flags in to us -- eg. a sysadmin might want to mandate certain flags # via a site config file, or a user might want to set something for -# compiling this module distribution only via the setup.py command +# compiling this module distribution only via the pysetup command # line, whatever. As long as these options come from something on the # current system, they can be as system-dependent as they like, and we # should just happily stuff them into the preprocessor/compiler/linker |