0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 08:20:55 +01:00
cpython/Lib/distutils
Fred Drake c1ee39a99e There are a few places which can raise DistutilsPlatformError; make
sure it's imported!  ;)

Re-wrap the docstrings on get_python_inc() and get_python_lib() to be
closer to the "normal" Python style.  See GvR's "style guide" on the
essays page (http://www.python.org/doc/essays/).

There should never be a space between a function name and the '(' that
opens the argument list (see the style guide again).
2000-03-09 15:54:52 +00:00
..
command
__init__.py
ccompiler.py Serious overhaul of the C compiler interface and the two classes that 2000-03-06 03:40:29 +00:00
core.py
errors.py
fancy_getopt.py
msvccompiler.py Serious overhaul of the C compiler interface and the two classes that 2000-03-06 03:40:29 +00:00
spawn.py Added '_nt_quote_args()' to deal with whitespace in command-line arguments 2000-03-07 03:25:20 +00:00
sysconfig.py There are a few places which can raise DistutilsPlatformError; make 2000-03-09 15:54:52 +00:00
text_file.py
unixccompiler.py Serious overhaul of the C compiler interface and the two classes that 2000-03-06 03:40:29 +00:00
util.py Patch from Corran Webster <cwebster@nevada.edu> (tweaked for style by me): 2000-03-07 03:34:16 +00:00
version.py