]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Override bdb's canonic() method with a no-op: with bdb's version we couldn't edit...
authorJust van Rossum <just@letterror.com>
Wed, 20 Jun 2001 19:57:55 +0000 (19:57 +0000)
committerJust van Rossum <just@letterror.com>
Wed, 20 Jun 2001 19:57:55 +0000 (19:57 +0000)
commitd700d79a73be8e2af31c5adf8ec81457be1c32f3
treed08ce5a03454517cc6e2760bdcd36b0a809f0982
parent5c94ce58e79f31966ee81dda0965bbe74e0d0cec
Override bdb's canonic() method with a no-op: with bdb's version we couldn't edit breakpoints in file-less ("Untitled" script windows). Besides, we did't need it as we always use full path names anyway.
Mac/Tools/IDE/PyDebugger.py