Revision 2 as of 2004-08-17 13:17:25

Clear message

This page lists features that GvR has mentioned as goals for Python 3.0.

See the "Python Regrets" talk and other recent presentations by Guido.

Rearrangements

intern(), id(): put in sys

xrange(): make range() return an iterator

buffer(): must die (use bytes, PEP 296)

raw_input(): use sys.stdin.readline()

input(): use eval(sys.stdin.readline())

callable(): just call it, already

execfile(), reload(): use exec()

compile(): put in sys

exec as a statement is not worth it -- make it a function

Unable to edit the page? See the FrontPage for instructions.