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.

Author sxt1001
Recipients Anselmo Melo, bc, koobs, larry, mgorny, miss-islington, ned.deily, sxt1001, tapakund, vstinner, ware
Date 2021-09-14.06:57:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631602648.02.0.481380519596.issue39503@roundup.psfhosted.org>
In-reply-to
Content
https://github.com/python/cpython/blob/9f93018b69d72cb48d3444554261ae3b0ea00c93/Lib/urllib/request.py#L989
"headers" is a dict object? If so, the dict object does not seem to have no attribute "get_all".
History
Date User Action Args
2021-09-14 06:57:28sxt1001setrecipients: + sxt1001, vstinner, larry, ned.deily, mgorny, koobs, miss-islington, ware, tapakund, Anselmo Melo, bc
2021-09-14 06:57:28sxt1001setmessageid: <1631602648.02.0.481380519596.issue39503@roundup.psfhosted.org>
2021-09-14 06:57:28sxt1001linkissue39503 messages
2021-09-14 06:57:27sxt1001create