On Sat, 10 Apr 2021 18:34:08 +0000 Debian FTP Masters <ftpmas...@ftp-master.debian.org> wrote: > Source: cherrypy3 > Source-Version: 18.6.0-1 > Done: Jeroen Ploemen <j...@debian.org> > > We believe that the bug you reported is fixed in the latest version of > cherrypy3, which is due to be installed in the Debian FTP archive. >
Where did your belief come from? Did you test the package or is it simply a assumption? It's definitively not fixed. Not in testing. I made this short fix (date is included), put the upgrade has reverted it: --- /usr/lib/python3/dist-packages/cherrypy/lib/reprconf.py 2020-11-30 22:13:19.124495509 +0000 +++ /usr/lib/python3/dist-packages/cherrypy/lib/reprconf_new.py 2020-11-30 22:12:58.365100051 +0000 @@ -481,6 +481,9 @@ def build_NameConstant(self, o): return o.value + def build_Constant(self, o): + return o.value + def build_UnaryOp(self, o): op, operand = map(self.build, [o.op, o.operand]) return op(operand) -- "In der Wissenschaft siegt nie eine neue Theorie, nur ihre Gegner sterben nach und nach" Max Planck