[Python-bugs-list] [ python-Bugs-661330 ] test_pep263 fails in MacPython-OS9

noreply@sourceforge.net noreply@sourceforge.net
Thu, 02 Jan 2003 14:05:39 -0800


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

Category: Python Interpreter Core
Group: Python 2.3
Status: Open
Resolution: None
Priority: 8
Submitted By: Jack Jansen (jackjansen)
Assigned to: Martin v. Löwis (loewis)
Summary: test_pep263 fails in MacPython-OS9

Initial Comment:
Martin,
test_pep263 fails in MacPython-OS9. I think this is because the file is actually a binary file but it is checked in as a text file. Because it is checked in as a text file the funny characters (which I assume are in the funny charset that the test tries to test, right?) go through a Latin-1 to MacRoman conversion, which breaks them rather thoroughly.

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

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