What's new in Python 2.6
Posted Sep 2, 2008 11:46 UTC (Tue) by
MiguelAtWork (guest, #53380)
Parent article:
What's new in Python 2.6
I love Python, but I really wish they would fix a couple of annoyances:
- Naming conventions. Right now, they seem to sort-of-randomly use: lowercasewithoutunderscores, lowercase_with_underscores, MixedCase and even UPPERCASE_WITH_UNDERSCORES.
- Potential name clashes with user code. They periodically introduce new built-in functions and modules with common names (e.g. apparently next() in 2.6), which can potentially be a problem when updating old code that might redefine them to something else.
(
Log in to post comments)