# HG changeset patch
# User Antonio Cuni <anto.cuni@gmail.com>
# Date 1316591226 -7200
#      Wed Sep 21 09:47:06 2011 +0200
# Branch extradoc
# Node ID c8455f01bd79c10d9615be8ccca162bc5407b76d
# Parent  6a889b9d74e8d880f68cf0d25abaa88162bfd119
rephrase a sentence so that it's clear that we are not going to support python3 and python2 within the same interpreter; shift 2000$ from 1.1 to 1.2 so that 1.1 is 35000$

diff --git a/source/py3donate.txt b/source/py3donate.txt
--- a/source/py3donate.txt
+++ b/source/py3donate.txt
@@ -12,7 +12,7 @@
 harder for everyone. 
 
 The PyPy project is in a unique position in that it could support
-**both Python 2 and Python 3** versions from the same code base, fully
+Python 3 without having to discontinue supporting Python 2, with the possibility of reusing a large part of of code base and fully
 reusing its unique translation and JIT-Compiler technologies.
 However, it requires a lot of work, and it will take a long time
 before we can complete a Python 3 port if we only wait for volunteer
@@ -162,7 +162,7 @@
     - syntactic changes to make ``io.py`` importable (in particular:
       ``metaclass=...`` in class declarations)
 
-    - **Estimate cost**: $37,000
+    - **Estimate cost**: $35,000
 
 * **Sub-step 1.2**: other syntactic changes, builtin types and functions,
   exceptions:
@@ -188,7 +188,7 @@
 
     - improved ``with`` statement
 
-    - **Estimate cost**: $26,000
+    - **Estimate cost**: $28,000
 
 
 Note that the distinction between sub-steps 1.1 and 1.2 is blurry, and it might be