]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport (if there's ever a 2.1.3 release) of a useful trunk fix:
authorGuido van Rossum <guido@python.org>
Mon, 25 Feb 2002 23:13:34 +0000 (23:13 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 25 Feb 2002 23:13:34 +0000 (23:13 +0000)
commitb027538a0f24508bea97cfadd7a682588a2b5489
treea4ebbc35101b17de06ecf2a27c0fffd26855a918
parent205da048f0d98a46b131313a2dc70d4d32f3a7e2
Backport (if there's ever a 2.1.3 release) of a useful trunk fix:

Fix by Edward K Ream to make breakpoints work on Windows: insert a
missing call to self.canonic().
Tools/idle/Debugger.py