You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Look through the change log of Python 3.11 (once the final version is released) for potential issues which need to be handled by RestrictedPython to prevent access to otherwise forbidden data/objects.
There is no need to support new language features of Python 3.11 right now, let's see how they evolve when started being used.
I am at the PloneConf and would like to make RestrictedPython 6.0 ready for shipping / maybe a release-candidate package on pypi so that the others could check and test Plone for Python 3.11 support.
I guess everything should be in the master branch? I did have a look and do not see all Python 2 support dropped there.
I decided to keep Python 3.6 support like it is the current policy for zopefoundation projects dropping Python 2.7 and 3.5 support. Plus keeping it makes no harm.
If you found Python 2 support code: Please create a PR to remove it.
Look through the change log of Python 3.11 (once the final version is released) for potential issues which need to be handled by RestrictedPython to prevent access to otherwise forbidden data/objects.
There is no need to support new language features of Python 3.11 right now, let's see how they evolve when started being used.
Open tasks:
The text was updated successfully, but these errors were encountered: