]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
PDB now will properly escape backslashes in the names of modules it executes. Fixes...
authorJason R. Coombs <jaraco@jaraco.com>
Thu, 17 Nov 2011 23:03:24 +0000 (18:03 -0500)
committerJason R. Coombs <jaraco@jaraco.com>
Thu, 17 Nov 2011 23:03:24 +0000 (18:03 -0500)
commit5d032c0f95d4794edcf38253aa54a0e970e5249b
tree33da0912cd0af41ffbf1b3b0571809c7cf8453dc
parent9efddb654ba95d4f8b333d814334099a44d2ccd0
PDB now will properly escape backslashes in the names of modules it executes. Fixes #7750
Lib/pdb.py
Lib/test/test_pdb.py