Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!fdn.fr!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:not': 0.03; 'subject:IDLE': 0.04; 'subject:Python': 0.06; 'tries': 0.07; 'anymore.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'slash': 0.16; 'slash.': 0.16; 'fix': 0.17; 'all,': 0.19; 'server,': 0.19; 'select': 0.22; 'header:User-Agent:1': 0.23; 'days,': 0.24; 'cheers,': 0.24; 'header:X-Complaints-To:1': 0.27; "i'm": 0.30; 'work.': 0.31; 'received:132': 0.31; 'anyone': 0.31; 'open': 0.33; 'running': 0.33; 'subject:from': 0.34; 'problem': 0.35; 'but': 0.35; 'add': 0.35; 'there': 0.35; 'idle': 0.36; 'ubuntu': 0.36; 'possible': 0.36; 'stopped': 0.38; 'to:addr :python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'browser': 0.61; 'simply': 0.61; 'address': 0.63; 'dear': 0.65; 'bar)': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Wolfgang Maier Subject: Python docs not accessible from IDLE Date: Wed, 17 Sep 2014 10:31:46 +0200 Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: px1.ruf.uni-freiburg.de User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1410942674 news.xs4all.nl 2891 [2001:888:2000:d::a6]:56311 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:77953 Dear all, since a few days, when I select Help -> Python Docs from the IDLE menu, the link to the documentation that it tries to open in my browser isn't working anymore. The URL IDLE uses (copied from the browser address bar) is : docs.python.org/3.4 and you have to add a terminal slash for it to work. Now I don't know why it stopped working (browser update, change on the python docs server, others? I'm running idle-python3.4 on Ubuntu 14.04 and Firefox 32.0), but a possible fix may be to simply make IDLE add the slash. Is there anyone else experiencing the same problem ? Cheers, Wolfgang