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 gvanrossum
Recipients christian.heimes, gvanrossum
Date 2007-10-10.22:43:59
SpamBayes Score 0.017270034
Marked as misclassified No
Message-id <ca471dc20710101543y35a6f185x2905628124d764dc@mail.gmail.com>
In-reply-to <470D534E.6010302@cheimes.de>
Content
On 10/10/07, Christian Heimes <report@bugs.python.org> wrote:
>
> Christian Heimes added the comment:
>
> test_ctypes: works for me

Did you svn up, make clean and rebuild?

> test_email: need some help from an email expoert

Which test is failing?

> test_httplib: __file__ has a wrong type str8. I'm looking into it.

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?

> test_inspect: same issue as httplib
> test_os: same issue
> test_re: I had the failing test before my changes

But it passes for me.

> 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.

> test_subprocess: I don't understand why it fails. The traceback is
> missing a line
> test_sys: related to __file__
> test_xml_etree / test_xml_etree_c: a str8 / io error that may be related
> to __file__

Thanks for looking into these!!
History
Date User Action Args
2007-10-10 22:44:00gvanrossumsetspambayes_score: 0.01727 -> 0.017270034
recipients: + gvanrossum, christian.heimes
2007-10-10 22:44:00gvanrossumlinkissue1258 messages
2007-10-10 22:43:59gvanrossumcreate