[issue23989] Add recommendation to use requests to the documentation, per summit
New submission from VanL: Attached is a basic patch to add a recommendation to use requests to the http.client documentation for 3.5. It is implemented as a seealso at the top of the file: See Also: The Requests package is recommended for a higher-level http client interface. If people are happy with the wording, I'll also add the same message to urllib.request and do the same with previous versions (2.7, 3.3, and 3.4). ---------- assignee: docs@python components: Documentation files: recommend_requests.patch keywords: patch messages: 241349 nosy: VanL, docs@python priority: normal severity: normal status: open title: Add recommendation to use requests to the documentation, per summit type: enhancement versions: Python 3.5 Added file: http://bugs.python.org/file39088/recommend_requests.patch _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue23989> _______________________________________
Changes by Ian Cordasco <graffatcolmingov@gmail.com>: ---------- nosy: +icordasc _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue23989> _______________________________________
Changes by Cory Benfield <cory@lukasa.co.uk>: ---------- nosy: +Lukasa _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue23989> _______________________________________
Changes by Martin Panter <vadmium+py@gmail.com>: ---------- nosy: +vadmium _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue23989> _______________________________________
Gregory P. Smith added the comment: nice and simple. that wording looks good to me. ---------- nosy: +gregory.p.smith _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue23989> _______________________________________
VanL added the comment: Given the generally positive comments, here are patches for 2.7, 3.3, 3.4, and 3.5 (3.5 patch updated to also include urllib.request). ---------- Added file: http://bugs.python.org/file39153/recommend_requests_2.patch _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue23989> _______________________________________
Changes by Christian Heimes <lists@cheimes.de>: ---------- nosy: +christian.heimes _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue23989> _______________________________________
Roundup Robot added the comment: New changeset c9239543235e by Benjamin Peterson in branch '3.4': recommend requests library (closes #23989) https://hg.python.org/cpython/rev/c9239543235e New changeset 3cf2990d19ab by Benjamin Peterson in branch '2.7': recommend requests library (closes #23989) https://hg.python.org/cpython/rev/3cf2990d19ab New changeset 65ce1d9eee30 by Benjamin Peterson in branch 'default': merge 3.4 (#23989) https://hg.python.org/cpython/rev/65ce1d9eee30 ---------- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue23989> _______________________________________
participants (7)
-
Christian Heimes
-
Cory Benfield
-
Gregory P. Smith
-
Ian Cordasco
-
Martin Panter
-
Roundup Robot
-
VanL