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

DeprecationWarning on Python 3.8 #38

Closed icemac closed 5 years ago

icemac commented 5 years ago

zope/publisher/http.py:399: DeprecationWarning: urllib.parse.splitport() is deprecated as of 3.8, use urllib.parse.urlparse() instead

See als zopefoundation/Zope#476 for the solution in Zope.