
App Engine SDK 1.2.7 - Bugfix Release for Python
In light of two issues in the Python SDK 1.2.6 release, version 1.2.7 is introduced. This is just a bugfix release with minimal changes (without adding new functionality), all users of the Google App for Python are recommended to update the SDK.
These two problems were:
-In release 1.2.6, a key argument was added to the constructor of the model class, disrupting the operation of subclasses that requested private constructor variables with positional (unnamed) values. A correction was made to restore the original way of organizing and establishing a new key argument only as a named one.
-In release 1.2.6, the interaction between remote_api and the local developer server was broken.
Actually, both problems are fixed in release 1.2.7.
The version of the Google App for Java has not changed.
Source - Google Developer Blog
These two problems were:
-In release 1.2.6, a key argument was added to the constructor of the model class, disrupting the operation of subclasses that requested private constructor variables with positional (unnamed) values. A correction was made to restore the original way of organizing and establishing a new key argument only as a named one.
-In release 1.2.6, the interaction between remote_api and the local developer server was broken.
Actually, both problems are fixed in release 1.2.7.
The version of the Google App for Java has not changed.
Source - Google Developer Blog