New submission from Sebastian Rittau <srit...@rittau.biz>:

The documentation at 
https://docs.python.org/3/library/urllib.request.html#urllib.request.HTTPErrorProcessor
 does not list the two arguments "request" and "response" that 
HTTPErrorProcessor.http_response() and https_response() actually require. (I 
checked the implementation in Python 3.5 and 3.7.)

----------
assignee: docs@python
components: Documentation
messages: 323638
nosy: docs@python, srittau
priority: normal
severity: normal
status: open
title: Arguments missing from documentation for 
HTTPErrorProcessor.http(s)_response()
versions: Python 3.5, Python 3.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34418>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to