Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Problem you have encountered
gcloud app Python Extensions
component.There are no release notes for individual versions of
gcloud app Python Extensions
From time to time, various bit of functionality break when running code under
dev_appserver.py
.Attempting to figure out what changed in each release of
gcloud app Python Extensions
is not directly possible because public source repos do not appear to exist.What you expected to happen
The Google Cloud SDK release notes include mention of the
gcloud app Python Extensions
version.The App Engine standard environment for Python 2.7 release notes include mention of the Python SDK version.
The release process includes more comprehensive notes as to what has changed (bug fixes, features, changes, etc.).
Developers are made aware of currently known issues via a public "Known Issues" page or other means. This issue tracker does not satisfy this requirement.
The Google Cloud SDK codebase and/or its components are made available in public source code repos so the community can easily do diffing on the releases should any of the above is not satisfied.
Steps to reproduce
dev_appserver.py
without issues.dev_appserver.py
.gcloud components update --version
"bisect" to find whengcloud app Python Extensions
version changed.Other information (workarounds you have tried, documentation consulted, etc)
It's not entirely clear, but I'm assuming that
Python SDK
andgcloud app Python Extensions
are effectively the same thing due to their similar version numbers.