]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
There are a few places which can raise DistutilsPlatformError; make
authorFred Drake <fdrake@acm.org>
Thu, 9 Mar 2000 15:54:52 +0000 (15:54 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 9 Mar 2000 15:54:52 +0000 (15:54 +0000)
commitc1ee39a99e1622ea91a0741c56b79b2a1c16d2ff
treed27b587bdb137ce6eb2748258aa57fc60d657105
parent7d73b9eb18b1c1b532e1572ea3bd637b1854ab80
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).
Lib/distutils/sysconfig.py