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@python
components: Documentation
messages: 298139
nosy: Alexander Kamyanskiy, docs@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue30901>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to