Re: [Python-3000] PyGUI in Py3K stdlib, more details

2006-05-03 Thread Liu Jin
nload and install > separately. You can't just drop Tk, without removing IDLE from the distribution. You also have to remove pynche and webchecker from the Tools directory. So it's not about one package, but several. Regards, Liu Jin ___

Re: [Python-3000] revamping the io stack, part 2

2006-05-03 Thread Liu Jin
> "tomer" == tomer filiba <[EMAIL PROTECTED]> writes: > read(x) guarantees to return x bytes, or EOFError otherwise (and > also restoing the stream position). This would require arbitrarily large buffer for a socket stream. I'm unsure if that's desiable. Maybe you could move the buff