[New-bugs-announce] [issue22083] Refactor PyShell's breakpoint related methods

Saimadhav Heblikar report at bugs.python.org
Sat Jul 26 17:06:23 CEST 2014


New submission from Saimadhav Heblikar:

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.

----------
components: IDLE
files: pyshell-breakpoint-refactor.diff
keywords: patch
messages: 224062
nosy: jesstess, sahutd, taleinat, terry.reedy
priority: normal
severity: normal
status: open
title: Refactor PyShell's breakpoint related methods
versions: Python 2.7, Python 3.4, Python 3.5
Added file: http://bugs.python.org/file36112/pyshell-breakpoint-refactor.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22083>
_______________________________________


More information about the New-bugs-announce mailing list