diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-07-07 19:31:58 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-07-07 19:31:58 (GMT) |
commit | 345511a4a6cc3b1ac37f85b686d7095e6d7d4cde (patch) | |
tree | 672838b2e7e898be6174003d58c68df3a3258c28 /PCbuild | |
parent | e12fa657447c91356b3c52dac9b1e4da937bd26c (diff) | |
parent | 2170b14374a70bcfadcb32f8ccb53102b81a9f15 (diff) | |
download | cpython-345511a4a6cc3b1ac37f85b686d7095e6d7d4cde.zip cpython-345511a4a6cc3b1ac37f85b686d7095e6d7d4cde.tar.gz cpython-345511a4a6cc3b1ac37f85b686d7095e6d7d4cde.tar.bz2 |
Merge with 3.4
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/readme.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 581ff83..4195461 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -56,7 +56,7 @@ Debug development of CPython, you will most likely use this configuration. PGInstrument, PGUpdate Used to build Python in Release configuration using PGO, which - requires Professional Edition of Visual Studio. See the "Profile + requires Premium Edition of Visual Studio. See the "Profile Guided Optimization" section below for more information. Build output from each of these configurations lands in its own sub-directory of this directory. The official Python releases are |