Re: [google-appengine] Re: When will GAE Python 2.7 be shutdown

2022-01-08 Thread Steven Prosser
I have been using GAE since it was in beta. It has been nearly perfect for my company's use model. Recently I have been very concerned about Python2 getting closed down. Just wanted to say that the information provided by Google in this thread has been really great. Most importantly is the "one

Re: [google-appengine] Updates from the Google App Engine team (Fall 2021)

2022-01-08 Thread wesley chun
Reviving this for a bit: @Joshua: are you able to try out Python 3.8 (or 3.9) vs. 3.7 on App Engine? Several performance enhancements went into 3.8 , and I'm curious whether that helps with what you've been experiencing. Also any updates

Re: [google-appengine] Re: When will GAE Python 2.7 be shutdown

2022-01-08 Thread wesley chun
Hi again, 1. *dev_appserver*: I replied in my other email that the tool currently is available for Python 3 but still requires some components from 2.7 to function properly and suggested you can file an external bug to make it fully functional in 3.x. 2. *bundled services*: Google

Re: [google-appengine] Debugger in Python 3

2022-01-08 Thread wesley chun
Hi, there are several issues at play here: 1. *missing pdb section in the 3.x docs*: this section may be missing possibly because it doesn't work in Python 3 or hasn't been tested or validated. The best thing to do here is to go to the Python 3 page you linked to, scroll down to the bottom, and

[google-appengine] Debugger in Python 3

2022-01-08 Thread Sajal Gupta
Hello, I am trying to use debugger in python 3 in localhost - using dev_appserver. While I find documentation for python debugger usage in python 2.7 documentation, there is no similar section for python 3. See the url below for python 2: