http://hg.python.org/cpython/rev/0269c592c8b1 changeset: 76710:0269c592c8b1 parent: 76707:359b1a6a3836 parent: 76709:d17ecee3f752 user: Senthil Kumaran <senthil at uthcode.com> date: Wed May 02 08:01:02 2012 +0800 summary: fix closes issue13183 - windows test failure files: Lib/test/test_pdb.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Lib/test/test_pdb.py b/Lib/test/test_pdb.py --- a/Lib/test/test_pdb.py +++ b/Lib/test/test_pdb.py @@ -658,7 +658,7 @@ """ bar = """ def bar(): - print('1') + pass """ with open('bar.py', 'w') as f: f.write(textwrap.dedent(bar)) -- Repository URL: http://hg.python.org/cpython