[New-bugs-announce] [issue30901] "503 HTTP ERROR" on attempt to access some points of python library documentation

Alexander Kamyanskiy report at bugs.python.org
Tue Jul 11 03:23:15 EDT 2017


New submission from Alexander Kamyanskiy:

I found that some points in Python Library reference documentation are not accessible, I got 503 http error.

The problem starts from this link and some points below the 29.14 point of doc list:

https://docs.python.org/3/library/fpectl.html

Also now I got 503:
https://docs.python.org/3/library/custominterp.html
https://docs.python.org/3/library/zipimport.html
https://docs.python.org/3/library/pkgutil.html
https://docs.python.org/3/library/symbol.html
https://docs.python.org/3/library/token.html
...


In fact I can't say for example that "31. Importing Modules" all inaccessible - I can't access 
31.3. modulefinder — Find modules used by a script
31.4. runpy — Locating and executing Python modules
31.5. importlib — The implementation of import

but cannot (I got 503 http response):
31.1. zipimport — Import modules from Zip archives
31.2. pkgutil — Package extension utility

P.S. I've tried to access documentation from absolutely another place and I'm sure it's not my local settings in browser or local firewall or smth like this.

----------
assignee: docs at python
components: Documentation
messages: 298139
nosy: Alexander Kamyanskiy, docs at python
priority: normal
severity: normal
status: open
title: "503 HTTP ERROR" on attempt to access some points of python library documentation
type: resource usage

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30901>
_______________________________________


More information about the New-bugs-announce mailing list