[issue25841] In FancyURLopener error in example with http address.

2017-03-07 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- stage: needs patch -> resolved status: pending -> closed ___ Python tracker ___

[issue25841] In FancyURLopener error in example with http address.

2016-05-14 Thread Martin Panter
Changes by Martin Panter : -- resolution: -> works for me status: open -> pending ___ Python tracker ___

[issue25841] In FancyURLopener error in example with http address.

2015-12-11 Thread R. David Murray
Changes by R. David Murray : -- stage: -> needs patch versions: +Python 2.7 -Python 3.3, Python 3.4 ___ Python tracker ___

[issue25841] In FancyURLopener error in example with http address.

2015-12-11 Thread Denis Savenko
New submission from Denis Savenko: 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

[issue25841] In FancyURLopener error in example with http address.

2015-12-11 Thread Martin Panter
Martin Panter added the comment: Assuming you meant http://www.python.org/ (added the www), I cannot produce any error with any example that requests directly to the site. The “http:” server already redirects to “https:”, so there is no problem. Obviously the examples that depend on made-up