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 Saimadhav.Heblikar
Recipients Saimadhav.Heblikar, jesstess, taleinat, terry.reedy
Date 2014-08-11.15:25:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407770724.17.0.199586221652.issue22083@psf.upfronthosting.co.za>
In-reply-to
Content
This patch does two things

1. Refactor pyshell-breakpoint-refactor.diff to reflect changes in pyshell-breakpoint-refactor.diff

As in pyshell-breakpoint-refactor.diff, the set/clear(_here) breakpoint methods are refactored into logical methods.

2. If the filename is not set, text.bell() is replaced with a dialog to prompt the user to save the file.
History
Date User Action Args
2014-08-11 15:25:24Saimadhav.Heblikarsetrecipients: + Saimadhav.Heblikar, terry.reedy, taleinat, jesstess
2014-08-11 15:25:24Saimadhav.Heblikarsetmessageid: <1407770724.17.0.199586221652.issue22083@psf.upfronthosting.co.za>
2014-08-11 15:25:24Saimadhav.Heblikarlinkissue22083 messages
2014-08-11 15:25:24Saimadhav.Heblikarcreate