This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: [doc] urllib: Document parse_http_list
Type: enhancement Stage:
Components: Documentation Versions: Python 3.11, Python 3.10, Python 3.9
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, labrat
Priority: normal Keywords:

Created on 2018-03-05 22:36 by labrat, last changed 2022-04-11 14:58 by admin.

Messages (1)
msg313294 - (view) Author: W. Trevor King (labrat) * Date: 2018-03-05 22:36
Python has had a parse_http_list helper since urllib2 landed in 6d7e47b8ea (EXPERIMENTAL, 2000-01-20).  With Python3 it was moved into urllib.request, and the implementation hasn't changed since (at least as of 4c19b9573, 2018-03-05).  External projects depend on the currently undocumented function [1,2], so it would be nice to have some user-facing documentation for it.  If that sounds appealing, I'm happy to work up a pull request.

[1]: https://github.com/requests/requests/blob/v2.18.4/requests/compat.py#L42
[2]: https://github.com/requests/requests/blob/v2.18.4/requests/compat.py#L58
History
Date User Action Args
2022-04-11 14:58:58adminsetgithub: 77184
2021-08-02 22:21:51iritkatrielsettitle: urllib: Document parse_http_list -> [doc] urllib: Document parse_http_list
versions: + Python 3.9, Python 3.10, Python 3.11, - Python 2.7, Python 3.4, Python 3.5, Python 3.6, Python 3.7, Python 3.8
2018-03-05 22:36:31labratcreate