New submission from Numerlor <miso1...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue43401>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to