Hello everyone, I'm happy to say that we've published a *pre-release* version of webapp2 3.0.0 <https://pypi.python.org/pypi/webapp2>. This is the first release since September 2012 and we would greatly appreciate any testing or feedback before making it officially 3.0.0 and updating the version available in App Engine standard.
Notable changes include Python 3 support (outside of App Engine standard) and removal of a lot of deprecated code. You can read the full changelog on github <https://github.com/GoogleCloudPlatform/webapp2/releases/tag/3.0.0b1> . *How do I get it?* If you're on App Engine standard, you'll need to vendor <https://cloud.google.com/appengine/docs/python/tools/using-libraries-python-27#installing_a_library> it in: pip install -t lib webapp2==3.0.0b1 If you're on App Engine flexible, just add it to your requirements.txt: webapp2==3.0.0b1 *Where do I report issues*? Please report issues using the github issue tracker <https://github.com/GoogleCloudPlatform/webapp2/issues>. *I want to help, how can I contribute?* Webapp2 can use a lot of help! It's a community-supported project and pull requests and issues on github are more than welcome. We could especially use help with documentation and test coverage. Please reach out to me at [email protected] if you're interested and I'll be happy to help you get started. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/115b07e7-58b7-42b6-9b93-2c3f011f97ec%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
