[issue22528] Missing hint to source code

Friedrich Spee von Langenfeld report at bugs.python.org
Tue Sep 30 21:45:40 CEST 2014


New submission from Friedrich Spee von Langenfeld:

Nearly every module entry in the documentation has a headline with the pattern <module name -- description>, followed (in the second line) by <Source code: directory>. In the entry concerning pdb (https://docs.python.org/3/library/pdb.html), there is no hint where the source code is located. This is especially annoying, because the user of the Python Debugger is explicitely invented to extend the module´s capabilities ("The debugger is extensible – it is actually defined as the class Pdb. This is currently undocumented but easily understood by reading the source."). A link to the source code should be added as the second line. The same thing should done for symtable, compileall and perhaps some other modules, which I haven´t checked by now.

----------
assignee: docs at python
components: Documentation
messages: 227989
nosy: Friedrich.Spee.von.Langenfeld, docs at python
priority: normal
severity: normal
status: open
title: Missing hint to source code

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22528>
_______________________________________


More information about the Python-bugs-list mailing list