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-07-26.15:06:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406387183.56.0.280615170045.issue22083@psf.upfronthosting.co.za>
In-reply-to
Content
This refactoring is required to enable setting/clearing breakpoints, using linenumbering( whether using a Canvas implementation or a Text implementation http://bugs.python.org/issue17535)
The patch ensures consistency between the set_breakpoint(_here) and
clear_breakpoint(_here) methods. The clear_breakpoint_here, which is not present currently has been added.
No functionality has been added or removed, so I think it should be safe to go forward.
History
Date User Action Args
2014-07-26 15:06:23Saimadhav.Heblikarsetrecipients: + Saimadhav.Heblikar, terry.reedy, taleinat, jesstess
2014-07-26 15:06:23Saimadhav.Heblikarsetmessageid: <1406387183.56.0.280615170045.issue22083@psf.upfronthosting.co.za>
2014-07-26 15:06:23Saimadhav.Heblikarlinkissue22083 messages
2014-07-26 15:06:23Saimadhav.Heblikarcreate