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 Numerlor
Recipients Numerlor, docs@python
Date 2021-03-04.18:03:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614881002.06.0.413665275054.issue43401@roundup.psfhosted.org>
In-reply-to
Content
In [32]: requests.get("https://docs.python.org/3/library/dbm.html", allow_redirects=False)
Out[32]: <Response [301]>

In [33]: _.headers["Location"]
Out[33]: 'https://docs.python.org/3/library/dbm.html#module-dbm.ndbm'
History
Date User Action Args
2021-03-04 18:03:22Numerlorsetrecipients: + Numerlor, docs@python
2021-03-04 18:03:22Numerlorsetmessageid: <1614881002.06.0.413665275054.issue43401@roundup.psfhosted.org>
2021-03-04 18:03:22Numerlorlinkissue43401 messages
2021-03-04 18:03:21Numerlorcreate