How can I implement Comet / Server push in Google App Engine in Python?
Looking inside the App Engine 1.3.8-pre release, I see the Channel API service stub and more code. So it looks like we can start trying it out locally.