[Python-talk] Google app engine

Kent Johnson kent37 at tds.net
Wed Apr 9 11:23:43 EDT 2008


Ray Cote wrote:
> The question I've not heard raised is how are they going to migrate to a 
> Python 2.6 environment. I'm hoping they did not just lock the industry 
> into 2.5 in perpetuity.

Generally Python minor version upgrades are fairly backwards-compatible, 
and the YAML file that configures an app includes a version number so I 
guess it won't be hard to provide a version that runs with Python 2.6 or 
even 3.0.

Kent


More information about the Python-talk mailing list