Urllib3: Decide on plan for dropping App Engine standard support

Created on 11 Jan 2019  路  5Comments  路  Source: urllib3/urllib3

All 5 comments

@sethmlarson Should we do this as part of 2.0 too?

Python App Engine Standard supports Python 3.7 so we'll support this into v2.0 with the help of our friends at Google Cloud :) cc @crwilcox @di

Thanks @sethmlarson while App Engine Standard is an older way of deploying, folks do still use it.

If the plan is to maintain v1 after v2 launches, there may be an argument to only support v1 if that would reduce maintainer burden.

Also, do be sure to reach out of if you need assistance on this at all.

@crwilcox The plan is to maintain v1, yes, thanks to Tidelift support. To be fair, App Engine support isn't that much of a burden, it just makes the code more complex in a few places

It turns out that App Engine does not need any support from urllib3 in Python 3. So we just removed all App Engine code in #2044.

The plan becomes "we'll support App Engine as long as we support 1.x / Python 2.7".

Closing!

Was this page helpful?
0 / 5 - 0 ratings