ppperry added the comment:

Your proposed patch does not work in its current form on my IDLE, but it does 
if I change tr[0][:-6] to tr[0][-6:] in the pdb checking code. 

Additionally, my proposed cleanup function did distinguish the difference 
between the unix and windows directory seperators by using os.path.dirname.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24252>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to