[pypy-commit] pypy.org extradoc: 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$

antocuni noreply at buildbot.pypy.org
Wed Sep 21 09:47:21 CEST 2011


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: extradoc
Changeset: r270:c8455f01bd79
Date: 2011-09-21 09:47 +0200
http://bitbucket.org/pypy/pypy.org/changeset/c8455f01bd79/

Log:	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


More information about the pypy-commit mailing list