When Web2py first added GAE support live was pretty simple. Both supported Python 2.x and GAE only had one edition.
Now, GAE comes in Standard and Flexible Environment versions.
The Standard supports Python 2.x and 3.x but their implementations differ to each other.
Does Web2py using Python 3.x support GAE?
And if so, which GAE versions?