New submission from kaxing <kax...@gmail.com>:

Following URL won't redirect(301) to /math.html
https://docs.python.org/3.9/library/math

Where the user sees 404 when they click from >>> help(math)

However, works fine in:
https://docs.python.org/3/library/math
https://docs.python.org/3.5/library/math
https://docs.python.org/2/library/math
https://docs.python.org/2.7/library/math

----------
assignee: docs@python
components: Documentation
messages: 382596
nosy: docs@python, kaxing
priority: normal
severity: normal
status: open
title: Docs site redirection doesn't work for 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42581>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to