mirror of
https://github.com/python/cpython.git
synced 2025-09-20 23:50:22 +00:00
Issue #14105: Change comment to reflect fix. Patch by Saimadhav Heblikar.
This commit is contained in:
parent
edd6ec2dd3
commit
6b04dc9bcc
1 changed files with 2 additions and 7 deletions
|
@ -227,13 +227,8 @@ class PyShellEditorWindow(EditorWindow):
|
||||||
# This is necessary to keep the saved breaks synched with the
|
# This is necessary to keep the saved breaks synched with the
|
||||||
# saved file.
|
# saved file.
|
||||||
#
|
#
|
||||||
# Breakpoints are set as tagged ranges in the text. Certain
|
# Breakpoints are set as tagged ranges in the text.
|
||||||
# kinds of edits cause these ranges to be deleted: Inserting
|
# Since a modified file has to be saved before it is
|
||||||
# or deleting a line just before a breakpoint, and certain
|
|
||||||
# deletions prior to a breakpoint. These issues need to be
|
|
||||||
# investigated and understood. It's not clear if they are
|
|
||||||
# Tk issues or IDLE issues, or whether they can actually
|
|
||||||
# be fixed. Since a modified file has to be saved before it is
|
|
||||||
# run, and since self.breakpoints (from which the subprocess
|
# run, and since self.breakpoints (from which the subprocess
|
||||||
# debugger is loaded) is updated during the save, the visible
|
# debugger is loaded) is updated during the save, the visible
|
||||||
# breaks stay synched with the subprocess even if one of these
|
# breaks stay synched with the subprocess even if one of these
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue