What is Python's answer to Perl 6?

A.M. Kuchling amk at amk.ca
Sat Oct 30 07:46:32 EDT 2004


On Sat, 30 Oct 2004 11:18:30 +0200, 
	Reinhold Birkenfeld <reinhold-birkenfeld-nospam at wolke7.net> wrote:
> Is Python taking a similar step (-> Python 3) some time in the near future?

The list of features for Python 3000 is described in PEP 3000, 
appropriately enough:

http://www.python.org/peps/pep-3000.html

Most of the suggested changes remove redundancy, such as removing
now-unneeded built-in functions and language features.

--amk



More information about the Python-list mailing list