Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #77953 > unrolled thread

Python docs not accessible from IDLE

Started byWolfgang Maier <wolfgang.maier@biologie.uni-freiburg.de>
First post2014-09-17 10:31 +0200
Last post2014-09-17 10:31 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Python docs not accessible from IDLE Wolfgang Maier <wolfgang.maier@biologie.uni-freiburg.de> - 2014-09-17 10:31 +0200

#77953 — Python docs not accessible from IDLE

FromWolfgang Maier <wolfgang.maier@biologie.uni-freiburg.de>
Date2014-09-17 10:31 +0200
SubjectPython docs not accessible from IDLE
Message-ID<mailman.14069.1410942674.18130.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web