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 <rep...@bugs.python.org>
<http://bugs.python.org/issue23989>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to