Add "no complete rewrite" to PEP 3099.

This commit is contained in:
Georg Brandl 2006-08-13 12:24:49 +00:00
parent 6f08661588
commit 995f0243b5
1 changed files with 8 additions and 0 deletions

View File

@ -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