]> granicus.if.org Git - python/commitdiff
added the list of public APIs in sysconfig
authorTarek Ziadé <ziade.tarek@gmail.com>
Tue, 25 May 2010 09:47:06 +0000 (09:47 +0000)
committerTarek Ziadé <ziade.tarek@gmail.com>
Tue, 25 May 2010 09:47:06 +0000 (09:47 +0000)
Lib/sysconfig.py

index 007d82b112971cd7c77a0216bd2b558feef157f0..731aed3bbc598fea3d22bf30a2704a639621cdb7 100644 (file)
@@ -5,6 +5,10 @@ import sys
 import os
 from os.path import pardir, realpath
 
+__all__ = ['parse_config_h', 'get_config_h_filename', 'get_scheme_names',
+           'get_path_names', 'get_paths', 'get_path', 'get_config_vars',
+           'get_config_var', 'get_platform', 'get_python_version']
+
 _INSTALL_SCHEMES = {
     'posix_prefix': {
         'stdlib': '{base}/lib/python{py_version_short}',