]> granicus.if.org Git - python/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:22:08 +0000 (23:22 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 25 Feb 2002 23:22:08 +0000 (23:22 +0000)
commit16ac99a959a23008e4db5bc2eb91c64d16eda728
treefb3d28a76506665eb5644d469c39e890063d089a
parentbc64f7c6f32f9869a927a4ed07e0e5ed69075f91
Fix by Edward K Ream to make breakpoints work on Windows: insert a
missing call to self.canonic().
Lib/idlelib/Debugger.py