Hello!
I'm having some troubles with unit tests in the py3k-struni branch. Some
test like test_uu are failing because an io.TextIOWrapper instance's
write() method doesn't handle bytes. The method is defined as:
def write(self, s: str):
if self.closed:
raise ValueError("wr
That sounds like a good idea to try. It may break some more tests but
those are all indications of places that incorrectly still require
str8.
On 7/13/07, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote:
> > I don't know enouch about ...CallFunction to help you with the rest.
>
> I wonder whether the