Python 3 consistency proposal

gert gert.cuykens at gmail.com
Tue Mar 24 19:45:26 EDT 2009


Rename all built in classes with a capital letter
example Str() Int() Object()

Make () optional for a function definition
class Test:
    pass

def test:
    pass

Any chance Guido would approve this :-)



More information about the Python-list mailing list