[Python-bugs-list] [ python-Bugs-776202 ] MacOS9: test_uu fails

SourceForge.net noreply@sourceforge.net
Mon, 04 Aug 2003 04:21:48 -0700


Bugs item #776202, was opened at 2003-07-23 14:02
Message generated for change (Comment added) made by doerwalter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=776202&group_id=5470

Category: Macintosh
Group: None
Status: Open
Resolution: Fixed
Priority: 5
Submitted By: Jack Jansen (jackjansen)
Assigned to: Walter Dörwald (doerwalter)
Summary: MacOS9: test_uu fails

Initial Comment:
test_uu fails on MacPython-OS9:

AssertionError: 'The smooth-scaled python crept over the 
sleeping dog\r' != 'The smooth-scaled python crept over the 
sleeping dog\n'

Presumably it mixes binary and text I/O.

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

>Comment By: Walter Dörwald (doerwalter)
Date: 2003-08-04 13:21

Message:
Logged In: YES 
user_id=89016

It would help to see a complete traceback (Is the error in
test_encode or test_decode?)

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

Comment By: Jack Jansen (jackjansen)
Date: 2003-07-31 21:50

Message:
Logged In: YES 
user_id=45365

I changed the open call to use 'rU' in stead of 'r' (test_uu rev. 
1.6.6.1). I get the distinct impression that this isn't the right fix, 
though, but that the real problem is elsewhere (mixing up text and 
binary I/O), so I'd like a second opinion.

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

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