-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Migrate Python 2.7 storage sample to Python 3 #2989
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
Conversation
… the Python 3.7 version)
@engelke is there a requirement to make this work for Python 2.7? I would prefer we don't grow our Python 2.7 samples further. |
@crwilcox This is specifically for the purpose of a 2.7 to 3.7 migration tutorial, so 2.7 support is required. |
The idea is that users will modify their code to follow this example while
staying on Python 2.7. Then, when all the old APIs have been replaced,
migrate to 3.7.
…On Fri, Mar 6, 2020 at 12:00 PM Andrew Gorcester ***@***.***> wrote:
@crwilcox <https://github.com/crwilcox> This is specifically for the
purpose of a 2.7 to 3.7 migration tutorial, so 2.7 support is required.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2989?email_source=notifications&email_token=AAAT6NZBB2HHPU63CM5YVFTRGFI5NA5CNFSM4K3ULTE2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEOCVTMI#issuecomment-595941809>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAT6NZW5XNJTXNJCNEWIQTRGFI5NANCNFSM4K3ULTEQ>
.
--
Charles Engelke
GCP AppDev DPE
|
@engelke Can you fix the lint error? I think you also need to rebase to master. |
@engelke I haven't seen any activities for a while. I'll close this PR on Friday. |
Trying to delete old branch. |
"merging" these zero changes just so I can delete the stale branch. |
Create a sample for Cloud Storage that runs on App Engine standard for Python 2.7 and for Python 3.7.