Skip to content
Snippets Groups Projects
Commit c8455f01 authored by Antonio Cuni's avatar Antonio Cuni
Browse files

rephrase a sentence so that it's clear that we are not going to support...

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$
parent 6a889b9d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment