Linked by Thom Holwerda on Fri 31st Aug 2007 19:17 UTC, submitted by ganges master
Permalink for comment 267808
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.




Member since:
2005-07-09
I hope Python 3.0 will have a more systematic and well-organized standard library. Unlike for Java, there seem to be no enforced naming conventions.
Moreover, I hope Python 3.0 will be COMPLETELY object oriented, like Ruby but with easier syntax. Currently, it feels patched on in too many ways and makes me reminiscent of C++. For example to open a file it's "f = open("text.txt")" but to close it it's "f.close()".
All of these inconsistencies and impurities needed to be eliminated. Although, Python in its current form is already one of my favorite languages.