[issue23806] documentation for no_proxy is missing from the python3 urllib documentation
New submission from R. David Murray: no_proxy (and what notation it supports) is mentioned in the python2 urllib docs, but not in the python3 docs. ---------- assignee: docs@python components: Documentation messages: 239493 nosy: docs@python, r.david.murray priority: normal severity: normal stage: needs patch status: open title: documentation for no_proxy is missing from the python3 urllib documentation type: behavior versions: Python 3.4, Python 3.5 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue23806> _______________________________________
Changes by Martin Panter <vadmium+py@gmail.com>: ---------- nosy: +vadmium _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue23806> _______________________________________
Changes by Berker Peksag <berker.peksag@gmail.com>: ---------- keywords: +easy versions: +Python 3.6 -Python 3.4 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue23806> _______________________________________
Roundup Robot added the comment: New changeset 5424a559ddea by Senthil Kumaran in branch '3.5': Issue23806 - Document the no_proxy environment variable in Python 3 docs. https://hg.python.org/cpython/rev/5424a559ddea New changeset 103fb8be940b by Senthil Kumaran in branch 'default': merge 3.5 https://hg.python.org/cpython/rev/103fb8be940b ---------- nosy: +python-dev _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue23806> _______________________________________
Senthil Kumaran added the comment: no_proxy is applicable to ProxyHandler of the python 3. I've documented this in the corresponding section. ---------- nosy: +orsenthil resolution: -> fixed stage: needs patch -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue23806> _______________________________________
Roundup Robot added the comment: New changeset 5ad93528c39c by Martin Panter in branch '3.5': Issue #23806: Update susp-ignored.csv https://hg.python.org/cpython/rev/5ad93528c39c New changeset cb38785acc8d by Martin Panter in branch 'default': Issue #23806: Merge susp-ignored.csv from 3.5 https://hg.python.org/cpython/rev/cb38785acc8d ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue23806> _______________________________________
participants (5)
-
Berker Peksag
-
Martin Panter
-
R. David Murray
-
Roundup Robot
-
Senthil Kumaran