Clarify what I meant when I said "it will be called Python 3.0".

This commit is contained in:
Guido van Rossum 2006-04-06 17:44:04 +00:00
parent 1d1bd6367d
commit 03d1469fe6
1 changed files with 6 additions and 3 deletions

View File

@ -24,9 +24,12 @@ Naming
======
Python 3000, Python 3.0 and Py3K are all names for the same thing.
The project is called Python 3000, or abbreviated to Py3K. The actual
Python binary, once it is released, will be named Python 3.0.
The project is called Python 3000, or abbreviated to Py3k. The actual
Python release will be called referred to as Python 3.0, and that's
what "python3.0 -V" will print; the actual file names will use the
same naming convention we use for Python 2.x. I don't want to pick a
new name for the executable or change the suffix for Python source
files.
PEP Numbering
=============