This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ppperry
Recipients kbk, ppperry, roger.serwy, terry.reedy
Date 2015-06-08.11:40:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433763620.92.0.270582195051.issue24252@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-06-08 11:40:20ppperrysetrecipients: + ppperry, terry.reedy, kbk, roger.serwy
2015-06-08 11:40:20ppperrysetmessageid: <1433763620.92.0.270582195051.issue24252@psf.upfronthosting.co.za>
2015-06-08 11:40:20ppperrylinkissue24252 messages
2015-06-08 11:40:20ppperrycreate