[issue43401] dbm module doc page redirects to itself

Numerlor report at bugs.python.org
Thu Mar 4 13:03:22 EST 2021


New submission from Numerlor <miso1038 at gmail.com>:

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'

----------
assignee: docs at python
components: Documentation
messages: 388113
nosy: Numerlor, docs at python
priority: normal
severity: normal
status: open
title: dbm module doc page redirects to itself

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


More information about the Python-bugs-list mailing list