GoogleCloudPlatform / webapp2

webapp2 is a framework for Google App Engine
https://webapp2.readthedocs.org
Other
141 stars 63 forks source link

support python3 #40

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
now it's time to give support to Python 3

Original issue reported on code.google.com by alioy...@gmail.com on 15 Dec 2011 at 3:53

GoogleCodeExporter commented 8 years ago
i down-vote... python 3 still has such low adoption..

Original comment by faction.gregory on 8 Mar 2012 at 7:53

GoogleCodeExporter commented 8 years ago
Nop... python 3 is the future,,, and eventually a Python 4... and son on...
So please... if not a rewrite for WebApp3 at least a compatible version 

Original comment by anonymou...@gmail.com on 26 Mar 2013 at 2:29

GoogleCodeExporter commented 8 years ago
Python 3, please

Original comment by vytas.da...@port.ac.uk on 17 Apr 2013 at 4:02

GoogleCodeExporter commented 8 years ago
I've done a conversion with Py2to3 but it only works after a few manual fixes...

Original comment by anonymou...@gmail.com on 29 Apr 2013 at 6:52

GoogleCodeExporter commented 8 years ago
what are those manual changes???

Original comment by sridharr...@gmail.com on 22 May 2015 at 9:25

danbri commented 6 years ago

@jonparrott what does the closure of this issue mean?

theacodes commented 6 years ago

The latest version support Python 3.

danbri commented 6 years ago

That's great! :)

Chez commented 6 years ago

I can find no reference to this on the Google Docs, can anyone point me to the fact that webapp2 is officially supporting python3?

theacodes commented 6 years ago

@Chez there was indeed work done to support Python in the webapp2 v3.0.0b1, and as far as I know it's complete.

All it would take at this point is someone taking the initiative to send a PR to cut the v3.0.0 release.

theacodes commented 6 years ago

Also keep in mind there is no "official" support of anything. This is a community-supported project and it's hosted here for governance reasons.

jkevingutierrez commented 5 years ago

The documentation https://webapp2.readthedocs.io/en/latest/#requirements says:

webapp2 is compatible with Python 2.5 and superior. No Python 3 yet.