[issue20169] random module doc page has broken links
New submission from Roy Smith: On http://docs.python.org/2/library/random.html, the links to random() go to the module, not the function. Thus: Almost all module functions depend on the basic function random(), If you lick on random(), you get to http://docs.python.org/2/library/random.html#module-random This looks like the same problem as issue19416. ---------- assignee: docs@python components: Documentation messages: 207612 nosy: docs@python, roysmith priority: normal severity: normal status: open title: random module doc page has broken links versions: Python 2.7 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue20169> _______________________________________
Roy Smith added the comment: Ugh, that should say, "if you CLICK on random()". Really wish I was filing this from my phone so I could blame it on autocorrect. ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue20169> _______________________________________
R. David Murray added the comment: I started to make some quick changes to fix this, but it turns out that the Random *class* isn't even documented in the docs except for the introductory paragraphs. IMO that ought to be fixed, too, since the intro even talks about subclassing it. ---------- nosy: +r.david.murray stage: -> needs patch versions: +Python 3.3, Python 3.4 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue20169> _______________________________________
Changes by Raymond Hettinger <raymond.hettinger@gmail.com>: ---------- assignee: docs@python -> rhettinger nosy: +rhettinger priority: normal -> low _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue20169> _______________________________________
Changes by Ezio Melotti <ezio.melotti@gmail.com>: ---------- nosy: +ezio.melotti type: -> enhancement _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue20169> _______________________________________
Changes by Berker Peksag <berker.peksag@gmail.com>: ---------- nosy: +berker.peksag versions: +Python 3.5 -Python 3.3 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue20169> _______________________________________
Changes by Ori Avtalion <ori@avtalion.name>: ---------- nosy: +salty-horse _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue20169> _______________________________________
Changes by Raymond Hettinger <raymond.hettinger@gmail.com>: ---------- assignee: rhettinger -> _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue20169> _______________________________________
Changes by Serhiy Storchaka <storchaka@gmail.com>: ---------- nosy: +georg.brandl priority: low -> normal versions: +Python 3.6 -Python 3.4 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue20169> _______________________________________
Roundup Robot added the comment: New changeset 2d8e8d0e7162 by Georg Brandl in branch '2.7': Closes #20169: fix inner links random doc. https://hg.python.org/cpython/rev/2d8e8d0e7162 New changeset 426ac89548b3 by Georg Brandl in branch '3.5': Closes #20169: fix inner links random doc. https://hg.python.org/cpython/rev/426ac89548b3 ---------- nosy: +python-dev resolution: -> fixed stage: needs patch -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue20169> _______________________________________
participants (8)
-
Berker Peksag
-
Ezio Melotti
-
Ori Avtalion
-
R. David Murray
-
Raymond Hettinger
-
Roundup Robot
-
Roy Smith
-
Serhiy Storchaka