[docs] [issue23989] Add recommendation to use requests to the documentation, per summit

VanL report at bugs.python.org
Fri Apr 17 20:33:42 CEST 2015


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 at python
components: Documentation
files: recommend_requests.patch
keywords: patch
messages: 241349
nosy: VanL, docs at 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 at bugs.python.org>
<http://bugs.python.org/issue23989>
_______________________________________


More information about the docs mailing list