http://hg.python.org/cpython/rev/86a20231a080 changeset: 91156:86a20231a080 branch: 3.4 parent: 91154:10cca530d14c user: Zachary Ware <zachary.ware at gmail.com> date: Fri Jun 13 09:43:15 2014 -0500 summary: Per Martin [1], PGO is no longer used for official releases. [1] https://mail.python.org/pipermail/python-dev/2014-June/135018.html files: PCbuild/readme.txt | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -20,9 +20,6 @@ Installing Service Pack 1 for Visual Studio 2010 is highly recommended to avoid LNK1123 errors. -The official Python releases are built with PGO using Visual Studio 2010 -Ultimate Edition. - All you need to do to build is open the solution "pcbuild.sln" in Visual Studio, select the desired combination of configuration and platform, then build with "Build Solution" or the F7 keyboard shortcut. You can -- Repository URL: http://hg.python.org/cpython