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 Colin.Williams, terry.reedy, xdegaye
Date 2017-04-28.00:20:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493338823.54.0.376692478585.issue19417@psf.upfronthosting.co.za>
In-reply-to
Content
IDLE's debugger needs multiple patches.  It is based on bdb.  So I want to be able to understand the bdb code and know that it is sound.  The file is nearly devoid of docstrings, so I would like to add those first, probably in a separate patch.  A first draft can be derived from the bdb doc.  Docstrings will help in reviewing the patch.
History
Date User Action Args
2017-04-28 00:20:23terry.reedysetrecipients: + terry.reedy, xdegaye, Colin.Williams
2017-04-28 00:20:23terry.reedysetmessageid: <1493338823.54.0.376692478585.issue19417@psf.upfronthosting.co.za>
2017-04-28 00:20:23terry.reedylinkissue19417 messages
2017-04-28 00:20:22terry.reedycreate