On Tue, May 5, 2009 at 6:10 PM, Dino Viehland <[email protected]> wrote: > Ok, I do have a fix for this and the other issues - I'm just waiting for > a code review then I'll check it in. If we do f.write(buffer('foo')) where > f was opened as a binary file we'll write out b'foo' and not > b'f\x00o\x00\x00' which I suspect will work for your purposes (but won't be > compatible w/ buffer(u'foo').
I think that's fine. I doubt buffer(u'') is a common case, and that bridge can be crossed if it comes up. > > I also have the fixes for the other issues you reported so hopefully > you'll be largely unblocked to find the next set of issues soon :) And every other issue I've ever reported :). Thanks, Dino. - Jeff _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
