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@python
components: Documentation
messages: 227989
nosy: Friedrich.Spee.von.Langenfeld, docs@python
priority: normal
severity: normal
status: open
title: Missing hint to source code

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22528>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to