K 10 svn:author V 6 jbeich K 8 svn:date V 27 2020-06-05T06:23:55.723014Z K 7 svn:log V 563 www/py-cherrypy: unbreak with DEFAULT_VERSIONS += python=3.8 >>> import cherrypy Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python3.8/site-packages/cherrypy/__init__.py", line 67, in from cherrypy._cperror import HTTPError, HTTPRedirect, InternalRedirect File "/usr/local/lib/python3.8/site-packages/cherrypy/_cperror.py", line 118, in from cgi import escape as _escape ImportError: cannot import name 'escape' from 'cgi' (/usr/local/lib/python3.8/cgi.py) Obtained from: upstream END