]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix by Edward K Ream to make breakpoints work on Windows: insert a
authorGuido van Rossum <guido@python.org>
Mon, 25 Feb 2002 23:11:03 +0000 (23:11 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 25 Feb 2002 23:11:03 +0000 (23:11 +0000)
commit30efbccee4ea6ab2d4cc78325ef09c6a14a0042a
treec0948c88fa684f12c1d9c9ffb6b03e3724b2fd83
parentb6b2aa6c75f887c0c33f304f34dc517c36eeb3ba
Fix by Edward K Ream to make breakpoints work on Windows: insert a
missing call to self.canonic().
Tools/idle/Debugger.py