Posted by Guido van Rossum on December 03, 2013
We have another beta for the Python Datastore SDK ready.
The big change is that we added APIs to save and restore snapshots of a datastore as JSON (the tktasks.py example shows how to use this). We also changed the query() method to return a set instead of a list, so you can combine result sets using set union and difference operations.