diff options
author | Éric Araujo <merwok@netwok.org> | 2012-03-05 15:16:37 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2012-03-05 15:16:37 (GMT) |
commit | 80f7102d439446f6e1cf9abacfc5b4eac3796cea (patch) | |
tree | 36eaab6ef20c4dc55f25964dac9457b438ad5876 /Lib | |
parent | bf6c7eca43d7c7d80525c97af08aef52ec81e4a1 (diff) | |
download | cpython-80f7102d439446f6e1cf9abacfc5b4eac3796cea.zip cpython-80f7102d439446f6e1cf9abacfc5b4eac3796cea.tar.gz cpython-80f7102d439446f6e1cf9abacfc5b4eac3796cea.tar.bz2 |
Improve packaging.database documentation
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/packaging/database.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/packaging/database.py b/Lib/packaging/database.py index b2fcb97..e028dc5 100644 --- a/Lib/packaging/database.py +++ b/Lib/packaging/database.py @@ -19,6 +19,7 @@ __all__ = [ 'get_distributions', 'get_distribution', 'get_file_users', 'provides_distribution', 'obsoletes_distribution', 'enable_cache', 'disable_cache', 'clear_cache', + # XXX these functions' names look like get_file_users but are not related 'get_file_path', 'get_file'] |