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 matrixise
Recipients matrixise
Date 2017-09-27.10:22:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506507728.83.0.154975027568.issue31607@psf.upfronthosting.co.za>
In-reply-to
Content
I just added a new command for the prompt of Pdb.

(Pdb) listsize
List size: 10
(Pdb) listsize 5
List size: 5
(Pdb) listsize
List size: 5

I will publish a PR
History
Date User Action Args
2017-09-27 10:22:08matrixisesetrecipients: + matrixise
2017-09-27 10:22:08matrixisesetmessageid: <1506507728.83.0.154975027568.issue31607@psf.upfronthosting.co.za>
2017-09-27 10:22:08matrixiselinkissue31607 messages
2017-09-27 10:22:08matrixisecreate