Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrating app to Python 2.7 #1

Merged
merged 1 commit into from May 28, 2013
Merged

Migrating app to Python 2.7 #1

merged 1 commit into from May 28, 2013

Commits on May 28, 2013

  1. Migrating app to Python 2.7

    Python 2.7 requires a special runtime configuration element in the header of app.yaml. Note that the threadsafe: [ true | false ] element is required for Python 2.7 applications. If true, App Engine sends requests concurrently; if false, App Engine sends them serially.
    Ionel Roiban
    Ionel Roiban committed May 28, 2013
You can’t perform that action at this time.