On 8/28/07, Lars Gustäbel <[EMAIL PROTECTED]> wrote:
> On Mon, Aug 27, 2007 at 05:16:37PM -0700, Guido van Rossum wrote:
> > As anyone following the py3k checkins should have figured out by now,
> > I'm on a mission to require all code to be consistent about bytes vs.
> > str. For example binary files will soon refuse str arguments to
> > write(), and vice versa.
> >
> > I have a patch that turns on this enforcement, but I have anout 14
> > failing unit tests that require a lot of attention. I'm hoping a few
> > folks might have time to help out.
> >
> > Here are the unit tests that still need work:
> > [...]
> > test_tarfile
>
> Fixed in r57608.

Thanks!

I fixed most others (I think); we're down to test_asynchat and
test_urllib2_localnet failing. But I've checked in the main patch
enforcing stricter str/bytes, just to get things rolling.


-- 
--Guido van Rossum (home page: http://www.python.org/~guido/)
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to