[New-bugs-announce] [issue33003] urllib: Document parse_http_list

W. Trevor King report at bugs.python.org
Mon Mar 5 17:36:31 EST 2018


New submission from W. Trevor King <wking at tremily.us>:

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

----------
assignee: docs at python
components: Documentation
messages: 313294
nosy: docs at python, labrat
priority: normal
severity: normal
status: open
title: urllib: Document parse_http_list
type: enhancement
versions: Python 2.7, Python 3.4, Python 3.5, Python 3.6, Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33003>
_______________________________________


More information about the New-bugs-announce mailing list