[Python-checkins] r87352 - python/branches/py3k/Doc/whatsnew/3.2.rst

lukasz.langa python-checkins at python.org
Fri Dec 17 23:05:46 CET 2010


Author: lukasz.langa
Date: Fri Dec 17 23:05:46 2010
New Revision: 87352

Log:
fix for an embarrassing autoformatting SNAFU. Thanks for your alertness, Antoine.



Modified:
   python/branches/py3k/Doc/whatsnew/3.2.rst

Modified: python/branches/py3k/Doc/whatsnew/3.2.rst
==============================================================================
--- python/branches/py3k/Doc/whatsnew/3.2.rst	(original)
+++ python/branches/py3k/Doc/whatsnew/3.2.rst	Fri Dec 17 23:05:46 2010
@@ -1220,20 +1220,33 @@
 
   Paths:
           data = "C:\Python32"
-          include = "C:\Python32\Include" platinclude = "C:\Python32\Include"
-          platlib = "C:\Python32\Lib\site-packages" platstdlib
-          = "C:\Python32\Lib" purelib = "C:\Python32\Lib\site-packages" scripts
-          = "C:\Python32\Scripts" stdlib = "C:\Python32\Lib"
+          include = "C:\Python32\Include"
+          platinclude = "C:\Python32\Include"
+          platlib = "C:\Python32\Lib\site-packages"
+          platstdlib = "C:\Python32\Lib"
+          purelib = "C:\Python32\Lib\site-packages"
+          scripts = "C:\Python32\Scripts"
+          stdlib = "C:\Python32\Lib"
 
   Variables:
           BINDIR = "C:\Python32"
-          BINLIBDEST = "C:\Python32\Lib" EXE = ".exe" INCLUDEPY
-          = "C:\Python32\Include" LIBDEST = "C:\Python32\Lib" SO = ".pyd"
-          VERSION = "32" 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"
+          BINLIBDEST = "C:\Python32\Lib"
+          EXE = ".exe"
+          INCLUDEPY = "C:\Python32\Include"
+          LIBDEST = "C:\Python32\Lib"
+          SO = ".pyd"
+          VERSION = "32"
+          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
 ---


More information about the Python-checkins mailing list