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 :-)
--
http://mail.python.org/mailman/listinfo/python-list
