This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Alexander Kamyanskiy
Recipients Alexander Kamyanskiy, docs@python
Date 2017-07-11.07:23:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499757795.27.0.716846714623.issue30901@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-07-11 07:23:15Alexander Kamyanskiysetrecipients: + Alexander Kamyanskiy, docs@python
2017-07-11 07:23:15Alexander Kamyanskiysetmessageid: <1499757795.27.0.716846714623.issue30901@psf.upfronthosting.co.za>
2017-07-11 07:23:15Alexander Kamyanskiylinkissue30901 messages
2017-07-11 07:23:14Alexander Kamyanskiycreate