Am 27.10.2010 03:38, schrieb Jorge Biquez: > And what about if I only were to develop for the web? I mean web > applications, Mysql, etc? It would be better to still be in 2.7?
Most frameworks and database adapters at least target Python 2.6+ as their main Python version. I guess the majority has no or only experimental support for Python 3.1. The overall situation improves every week. Christian PS: I recommend against MySQL, if you need the full power or a RDBMS. Just try to combine foreign keys with database triggers and you'll see which major features are still broken in MySQL. But that's just my point of view as a power user. -- http://mail.python.org/mailman/listinfo/python-list