[Python-checkins] devguide: Correct and future-proof PC and PCbuild directory descriptions.

zach.ware python-checkins at python.org
Tue Feb 4 18:37:53 CET 2014


http://hg.python.org/devguide/rev/6fb9db43a372
changeset:   664:6fb9db43a372
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Tue Feb 04 11:37:23 2014 -0600
summary:
  Correct and future-proof PC and PCbuild directory descriptions.

files:
  setup.rst |  7 ++++---
  1 files changed, 4 insertions(+), 3 deletions(-)


diff --git a/setup.rst b/setup.rst
--- a/setup.rst
+++ b/setup.rst
@@ -315,11 +315,12 @@
      Code for all built-in types.
 
 ``PC``
-     Windows-specific code along with build files for VC 6, 7, & 8 along with
-     OS/2.
+     Windows-specific code along with legacy build files for previously used
+     versions of MSVC.
 
 ``PCbuild``
-     Build files for VC 9 and newer.
+     Build files for the version of MSVC currently used for the Windows
+     installers provided on python.org.
 
 ``Parser``
      Code related to the parser. The definition of the AST nodes is also kept

-- 
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list