]> granicus.if.org Git - python/commit
canonic(): don't use abspath() for filenames looking like <...>; this
authorGuido van Rossum <guido@python.org>
Thu, 29 Nov 2001 02:50:15 +0000 (02:50 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 29 Nov 2001 02:50:15 +0000 (02:50 +0000)
commit42f5332f6de308c1d9b8f4df076aacf87d23ac11
tree216c174cda7bfeab5a48a84ad59eba8881ccdfe7
parentd15f8bbe320811d8edaf869c91308679d246693f
canonic(): don't use abspath() for filenames looking like <...>; this
fixes the problem reported in SF bug #477023 (Jonathan Mark): "pdb:
unexpected path confuses Emacs".
Lib/bdb.py