cpython: d17ecee3f752 (original) (raw)
Mercurial > cpython
changeset 76709:d17ecee3f752 3.2
fix windows test failure - issue13183 [#13183]
Senthil Kumaran senthil@uthcode.com | |
---|---|
date | Wed, 02 May 2012 08:00:22 +0800 |
parents | eab5120cc208 |
children | 0269c592c8b1 93424b084d08 |
files | Lib/test/test_pdb.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Lib/test/test_pdb.py 2 |
line wrap: on
line diff
--- a/Lib/test/test_pdb.py +++ b/Lib/test/test_pdb.py @@ -653,7 +653,7 @@ class PdbTestCase(unittest.TestCase): """ bar = """ def bar():
print('1')[](#l1.7)
pass[](#l1.8) """[](#l1.9) with open('bar.py', 'w') as f:[](#l1.10) f.write(textwrap.dedent(bar))[](#l1.11)