diff options
| author | ?ric Araujo <merwok@netwok.org> | 2010-08-06 05:39:05 +0200 |
|---|---|---|
| committer | ?ric Araujo <merwok@netwok.org> | 2010-08-06 05:39:05 +0200 |
| commit | df0def32700515cbd00daffb8ccd3b45ccb266d8 (patch) | |
| tree | ca3f9aa20c4af23cca1b95c048a483587106592d /src | |
| parent | 08182bfb5f8e9b2d74c44fa6e678741db1324b5c (diff) | |
| download | disutils2-df0def32700515cbd00daffb8ccd3b45ccb266d8.tar.gz | |
Remove obsolete comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/distutils2/dist.py | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/distutils2/dist.py b/src/distutils2/dist.py index b7b7da7..1e46812 100644 --- a/src/distutils2/dist.py +++ b/src/distutils2/dist.py @@ -1004,13 +1004,8 @@ Common commands: (see '--help-commands' for more) not self.has_ext_modules() and not self.has_c_libraries()) - # -- Metadata query methods ---------------------------------------- - - # If you're looking for 'get_name()', 'get_version()', and so forth, - # they are defined in a sneaky way: the constructor binds self.get_XXX - # to self.metadata.get_XXX. The actual code is in the - # DistributionMetadata class, below. +# XXX keep for compat or remove? def fix_help_options(options): """Convert a 4-tuple 'help_options' list as found in various command |
