Certain libraries (both standard and 3rd party) perform significantly better - in part because there appear to be some performance improvements in 2.6 which 3.0 also benefits from. Standard ElementTree (pure python) is…
UNICODE support would be reason enough to answer "what's the point". Also, some operations in Python 3, particularly those that are relevant to me as a web application developer, are as fast as 2.6 and in fact…
Certain libraries (both standard and 3rd party) perform significantly better - in part because there appear to be some performance improvements in 2.6 which 3.0 also benefits from. Standard ElementTree (pure python) is…
UNICODE support would be reason enough to answer "what's the point". Also, some operations in Python 3, particularly those that are relevant to me as a web application developer, are as fast as 2.6 and in fact…