Add "no complete rewrite" to PEP 3099.
This commit is contained in:
parent
6f08661588
commit
995f0243b5
|
@ -32,6 +32,14 @@ having people tell you how dead the idea is. Consider yourself warned.
|
|||
Core language
|
||||
=============
|
||||
|
||||
* Python 3000 will not be a rewrite from scratch.
|
||||
|
||||
It will also not use C++ or another language different from C
|
||||
as implementation language. Rather, there will be a gradual
|
||||
transmogrification of the codebase. There's an excellent essay
|
||||
by Joel Spolsky explaining why:
|
||||
http://www.joelonsoftware.com/articles/fog0000000069.html
|
||||
|
||||
* ``self`` will not become implicit.
|
||||
|
||||
Having ``self`` be explicit is a *good thing*. It makes the code
|
||||
|
|
Loading…
Reference in New Issue