[pypy-commit] pypy win64-stage1: Added a line to an outdated doc about boehm on windows

ctismer noreply at buildbot.pypy.org
Wed Nov 23 03:32:50 CET 2011


Author: Christian Tismer <tismer at stackless.com>
Branch: win64-stage1
Changeset: r49679:294125dc2109
Date: 2011-11-23 02:42 +0100
http://bitbucket.org/pypy/pypy/changeset/294125dc2109/

Log:	Added a line to an outdated doc about boehm on windows

diff --git a/pypy/translator/goal/win32/gc_patch_windows.py b/pypy/translator/goal/win32/gc_patch_windows.py
--- a/pypy/translator/goal/win32/gc_patch_windows.py
+++ b/pypy/translator/goal/win32/gc_patch_windows.py
@@ -1,6 +1,9 @@
 # patches for the Boehm GC for PyPy under Windows
 
 """
+This file is obsolete now since gc-7.0 / gc-7.1 .
+Please use the instructions in pypy\doc\windows.rst .
+
 How to build a pypy compatible version of the Boehm collector
 for Windows and Visual Studio .net 2003.
 


More information about the pypy-commit mailing list