[Python-bugs-list] [ python-Bugs-456391 ] unexpected test_largefile output

noreply@sourceforge.net noreply@sourceforge.net
Wed, 05 Sep 2001 10:53:24 -0700


Bugs item #456391, was opened at 2001-08-28 21:31
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=456391&group_id=5470

Category: None
Group: Python 2.2
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Andrew Dalke (dalke)
>Assigned to: Guido van Rossum (gvanrossum)
Summary: unexpected test_largefile output 

Initial Comment:
Running test_largefile produces this output:

test_largefile
@test exists: 0

The second line is unexpected.  It occurs because
at the end of test_largefile.py is

print >>sys.stderr, name, "exists:", os.path.exists
(name)

This makes it harder to understand the regression
test output and should likely be removed.

                          Andrew
                          dalke@dalkescientific.com


----------------------------------------------------------------------

>Comment By: Guido van Rossum (gvanrossum)
Date: 2001-09-05 10:53

Message:
Logged In: YES 
user_id=6380

Jeremy, you've got to stop assigning bugs to random folks.
:-)

This was clearly a debug printf left in by accident by Fred.

I've removed it.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=456391&group_id=5470