A quick list of changes: (more...)
Today I'm releasing The GAE SWF Project, a resource of Flash and Flex-related knowledge specifically aimed at getting you up and running quickly with Google App Engine. If you want to skip all the details and start playing with it, skip to the Getting Started section.
It's an absolute joy to work with but I did hit one tiny snag: When you create a Sequence instance (or any subclass of AbstractSynchronizedActionGroup), populate it with some Actions, and then kill() it, the child actions do not get killed off and can cause the whole Sequence instance to return as a zombie to eat your brains as you tear your hair out in frustration (see issue 10).
skip_files in app.yaml as outlined in the docs causes an error (yaml.representer.RepresenterError: cannot represent an object).
There's a patch for it on the Google App Engine issue tracker.