This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients Friedrich.Spee.von.Langenfeld, SilentGhost, belopolsky, docs@python, ezio.melotti, gvanrossum, r.david.murray, rhettinger, terry.reedy
Date 2016-01-06.03:18:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452050329.01.0.695957028018.issue22558@psf.upfronthosting.co.za>
In-reply-to
Content
Guido, should we take your comment as approving linking every source, as opposed to only some?  This scope issue is the main sticking point for this issue.  Otherwise, the standard patch is 3 easy new lines after the :synopsis: (and any 'New in Version x.y' note for the module -- see argparse).  The following is Benjamin's patch for #22528.

--- a/Doc/library/pdb.rst
+++ b/Doc/library/pdb.rst
@@ -6,6 +6,9 @@
 .. module:: pdb
    :synopsis: The Python debugger for interactive interpreters.

+**Source code:** :source:`Lib/pdb.py`
+
+--------------

 .. index:: single: debugging
 
Friedrich, were you planning to write a patch, once the list of modules is decided on?  Or should we invite submissions on the core-mentorship list?
History
Date User Action Args
2016-01-06 03:18:49terry.reedysetrecipients: + terry.reedy, gvanrossum, rhettinger, belopolsky, ezio.melotti, r.david.murray, SilentGhost, docs@python, Friedrich.Spee.von.Langenfeld
2016-01-06 03:18:49terry.reedysetmessageid: <1452050329.01.0.695957028018.issue22558@psf.upfronthosting.co.za>
2016-01-06 03:18:48terry.reedylinkissue22558 messages
2016-01-06 03:18:48terry.reedycreate