changeset: 76709:d17ecee3f752 branch: 3.2 parent: 76696:eab5120cc208 user: Senthil Kumaran date: Wed May 02 08:00:22 2012 +0800 files: Lib/test/test_pdb.py description: fix windows test failure - issue13183 diff -r eab5120cc208 -r d17ecee3f752 Lib/test/test_pdb.py --- a/Lib/test/test_pdb.py Tue May 01 09:51:09 2012 -0400 +++ b/Lib/test/test_pdb.py Wed May 02 08:00:22 2012 +0800 @@ -653,7 +653,7 @@ """ bar = """ def bar(): - print('1') + pass """ with open('bar.py', 'w') as f: f.write(textwrap.dedent(bar))

AltStyle によって変換されたページ (->オリジナル) /