zopefoundation / zope.publisher

Map requests from HTTP/WebDAV clients, web browsers, XML-RPC and FTP clients onto Python objects
Other
3 stars 12 forks source link

Fix inconsistent resolution orders and add Python 3.8. #50

Closed jamadden closed 4 years ago

jamadden commented 4 years ago

There was one class that re-declared what its direct superclass, implemented immediately above it, already declared.

Fixes #49

(tox.ini essentially copied from zope.traversing.)