[Python-bugs-list] [ python-Bugs-699386 ] test_unicode_file fails on MacOS9

SourceForge.net noreply@sourceforge.net
Sat, 08 Mar 2003 02:37:30 -0800


Bugs item #699386, was opened at 2003-03-07 15:02
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=699386&group_id=5470

Category: Macintosh
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Jack Jansen (jackjansen)
Assigned to: Martin v. Löwis (loewis)
Summary: test_unicode_file fails on MacOS9

Initial Comment:
Since test_support.py rev. 1.49 test_unicode_file has started failing on MacOS9. It used to be skipped (there are no unicode filename semantics on this platform), but the 1.49 change always defines TESTFN_ENCODING. As sys.getfilesystemencoding() returns None on MacOS9 this makes test_unicode_file fail.

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

>Comment By: Martin v. Löwis (loewis)
Date: 2003-03-08 11:37

Message:
Logged In: YES 
user_id=21627

I forgot to commit the patch to test_unicode_file. This
should be fixed in 1.7.

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

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