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, ltaylor934, python-dev, roger.serwy, terry.reedy
Date 2014-08-09.14:13:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407593598.45.0.584009196236.issue14105@psf.upfronthosting.co.za>
In-reply-to
Content
Not sure if this consequence of the commit is intended behavior, but still placing it here. 

In any file, set a breakpoint on any line. Pressing <Enter> key anywhere after the first character, will create a new breakpoint in the next line. These lines will also get saved to the .idlerc/breakpoints.lst file.

This is mostly(99.9%) Tk behavior.
History
Date User Action Args
2014-08-09 14:13:18Saimadhav.Heblikarsetrecipients: + Saimadhav.Heblikar, terry.reedy, roger.serwy, python-dev, ltaylor934
2014-08-09 14:13:18Saimadhav.Heblikarsetmessageid: <1407593598.45.0.584009196236.issue14105@psf.upfronthosting.co.za>
2014-08-09 14:13:18Saimadhav.Heblikarlinkissue14105 messages
2014-08-09 14:13:18Saimadhav.Heblikarcreate