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 Denis Savenko
Recipients Denis Savenko, docs@python
Date 2015-12-11.15:42:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449848545.54.0.701964592914.issue25841@psf.upfronthosting.co.za>
In-reply-to
Content
In documentation from this page https://docs.python.org/3.5/library/urllib.request.html#examples in examples uses default address to python site with http. ( http://python.org/ ). But now python.org use https. When i try use example in ipython i get I/0 error, but error is very simple - http change by https. I found this error on many pages, where use http://python.org/ address, but on FancyURLopener example compiller error very difficult for understanding.
History
Date User Action Args
2015-12-11 15:42:25Denis Savenkosetrecipients: + Denis Savenko, docs@python
2015-12-11 15:42:25Denis Savenkosetmessageid: <1449848545.54.0.701964592914.issue25841@psf.upfronthosting.co.za>
2015-12-11 15:42:25Denis Savenkolinkissue25841 messages
2015-12-11 15:42:25Denis Savenkocreate