Re: [web2py] Re: Web2py with python 3.8.0

2019-11-29 Thread Kevin Keller
Maybe, it wasn't on the radar of the django developers either and had to be fixed in the framework after python3 was released. Happens sometimes I suppose, hard to keep up with depreciation of functions and the impact on a framework. Anyways, I suppose we juar have to file the bug reports and fix

Re: [web2py] Re: Web2py with python 3.8.0

2019-11-29 Thread Woody
Shouldn't that be done before the release rather than afterward? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are

Re: [web2py] Re: Web2py with python 3.8.0

2019-11-29 Thread Kevin Keller
Some deprecated functions have been removed in 3.8 finally. Hence py4web and web2py have to adapt to the new situation. Django went through the same process already. On Fri, 29 Nov 2019, 14:11 Woody, wrote: > What is causing the problem with Python 3.8? Is it causing problems with > other a