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.22:34:00
SpamBayes Score 0.11044379
Marked as misclassified No
Message-id <470D534E.6010302@cheimes.de>
In-reply-to <1192053290.35.0.81048174857.issue1258@psf.upfronthosting.co.za>
Content
test_ctypes: works for me
test_email: need some help from an email expoert
test_httplib: __file__ has a wrong type str8. I'm looking into it.
test_inspect: same issue as httplib
test_os: same issue
test_re: I had the failing test before my changes
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)
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__
History
Date User Action Args
2007-10-10 22:34:00christian.heimessetspambayes_score: 0.110444 -> 0.11044379
recipients: + christian.heimes, gvanrossum
2007-10-10 22:34:00christian.heimeslinkissue1258 messages
2007-10-10 22:34:00christian.heimescreate