Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Python: Checkins

cpython (merge 3.2 -> default): fix closes issue13183 - windows test failure

 

 

Python checkins RSS feed   Index | Next | Previous | View Threaded


python-checkins at python

May 1, 2012, 5:01 PM

Post #1 of 1 (46 views)
Permalink
cpython (merge 3.2 -> default): fix closes issue13183 - windows test failure

http://hg.python.org/cpython/rev/0269c592c8b1
changeset: 76710:0269c592c8b1
parent: 76707:359b1a6a3836
parent: 76709:d17ecee3f752
user: Senthil Kumaran <senthil [at] uthcode>
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

Python checkins RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.