[issue43401] dbm module doc page redirects to itself
New submission from Numerlor <miso1038@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@python components: Documentation messages: 388113 nosy: Numerlor, docs@python priority: normal severity: normal status: open title: dbm module doc page redirects to itself _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue43401> _______________________________________
Numerlor <miso1038@gmail.com> added the comment: The issue seems to have resolved itself now, but may be worth a look for the cause. ---------- stage: -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue43401> _______________________________________
participants (1)
-
Numerlor