This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes, gvanrossum
Date 2007-10-10.23:16:38
SpamBayes Score 7.974199e-05
Marked as misclassified No
Message-id <470D5D4B.3080604@cheimes.de>
In-reply-to <ca471dc20710101543y35a6f185x2905628124d764dc@mail.gmail.com>
Content
Guido van Rossum wrote:
> Did you svn up, make clean and rebuild?

The ctypes package didn't change since my last rebuild an hour ago. I'm
on Linux (Ubuntu i386)
> 
>> test_email: need some help from an email expoert
> 
> Which test is failing?

test_decoded_generator()
The generator tries to print a str8 to a text file.

> Yes, __file__ always has that type. Fixing it is messy because it
> requires using the default filesystem encoding. Can you try that as a
> separate patch?

I'm already working on it. Can I introduce a new function
_PyUnicode_AsDefaultFSEncodedString that encodes unicode using
Py_FileSystemDefaultEncoding or UTF-8?

>> File "Lib/test/test_re.py", line 622, in test_empty_array
>> ValueError: bad typecode (must be b, B, u, h, H, i, I, l, L, f or d)
> 
> Hm. It passes for me.

I'm going to look into the issue later.
History
Date User Action Args
2007-10-10 23:16:38christian.heimessetspambayes_score: 7.9742e-05 -> 7.974199e-05
recipients: + christian.heimes, gvanrossum
2007-10-10 23:16:38christian.heimeslinkissue1258 messages
2007-10-10 23:16:38christian.heimescreate