mirror of
https://github.com/python/cpython.git
synced 2025-11-13 15:40:05 +00:00
fix for an embarrassing autoformatting SNAFU. Thanks for your alertness, Antoine.
This commit is contained in:
parent
2b38b6cee8
commit
79a06ed567
1 changed files with 24 additions and 11 deletions
|
|
@ -1220,20 +1220,33 @@ There is also a convenient command-line interface::
|
||||||
|
|
||||||
Paths:
|
Paths:
|
||||||
data = "C:\Python32"
|
data = "C:\Python32"
|
||||||
include = "C:\Python32\Include" platinclude = "C:\Python32\Include"
|
include = "C:\Python32\Include"
|
||||||
platlib = "C:\Python32\Lib\site-packages" platstdlib
|
platinclude = "C:\Python32\Include"
|
||||||
= "C:\Python32\Lib" purelib = "C:\Python32\Lib\site-packages" scripts
|
platlib = "C:\Python32\Lib\site-packages"
|
||||||
= "C:\Python32\Scripts" stdlib = "C:\Python32\Lib"
|
platstdlib = "C:\Python32\Lib"
|
||||||
|
purelib = "C:\Python32\Lib\site-packages"
|
||||||
|
scripts = "C:\Python32\Scripts"
|
||||||
|
stdlib = "C:\Python32\Lib"
|
||||||
|
|
||||||
Variables:
|
Variables:
|
||||||
BINDIR = "C:\Python32"
|
BINDIR = "C:\Python32"
|
||||||
BINLIBDEST = "C:\Python32\Lib" EXE = ".exe" INCLUDEPY
|
BINLIBDEST = "C:\Python32\Lib"
|
||||||
= "C:\Python32\Include" LIBDEST = "C:\Python32\Lib" SO = ".pyd"
|
EXE = ".exe"
|
||||||
VERSION = "32" abiflags = "" base = "C:\Python32" exec_prefix
|
INCLUDEPY = "C:\Python32\Include"
|
||||||
= "C:\Python32" platbase = "C:\Python32" prefix = "C:\Python32"
|
LIBDEST = "C:\Python32\Lib"
|
||||||
projectbase = "C:\Python32" py_version = "3.2" py_version_nodot = "32"
|
SO = ".pyd"
|
||||||
py_version_short = "3.2" srcdir = "C:\Python32" userbase
|
VERSION = "32"
|
||||||
= "C:\Documents and Settings\Raymond\Application Data\Python"
|
abiflags = ""
|
||||||
|
base = "C:\Python32"
|
||||||
|
exec_prefix = "C:\Python32"
|
||||||
|
platbase = "C:\Python32"
|
||||||
|
prefix = "C:\Python32"
|
||||||
|
projectbase = "C:\Python32"
|
||||||
|
py_version = "3.2"
|
||||||
|
py_version_nodot = "32"
|
||||||
|
py_version_short = "3.2"
|
||||||
|
srcdir = "C:\Python32"
|
||||||
|
userbase = "C:\Documents and Settings\Raymond\Application Data\Python"
|
||||||
|
|
||||||
pdb
|
pdb
|
||||||
---
|
---
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue