Re: [Python-Dev] 2.4.4c1 October 11, 2.4.4 final October 18

2006-09-27 Thread skip
Fredrik> [EMAIL PROTECTED] wrote: >> I think the right thing is for InteractiveConsole to dup >> sys.std{in,out,err} and do its own thing for its raw_input() method >> instead of naively calling the raw_input() builtin. Fredrik> what guarantees that sys.stdin etc has a valid a

Re: [Python-Dev] 2.4.4c1 October 11, 2.4.4 final October 18

2006-09-27 Thread Fredrik Lundh
[EMAIL PROTECTED] wrote: > I think the right thing is for InteractiveConsole to dup sys.std{in,out,err} > and do its own thing for its raw_input() method instead of naively calling > the raw_input() builtin. what guarantees that sys.stdin etc has a valid and dup:able fileno when the console is i

Re: [Python-Dev] 2.4.4c1 October 11, 2.4.4 final October 18

2006-09-27 Thread skip
Anthony> If you know of any backports that should go in, please make Anthony> sure you get them done before the 11th. skip> John Hunter (matplotlib author) recently made me aware of a skip> problem with code.InteractiveConsole. It doesn't protect itself skip> from the user cl

Re: [Python-Dev] 2.4.4c1 October 11, 2.4.4 final October 18

2006-09-26 Thread skip
Anthony> The plan for 2.4.4 is to have a release candidate on October Anthony> 11th, and a final release on October 18th. This is very likely Anthony> to be the last ever 2.4 release, after which 2.4.4 joins 2.3.5 Anthony> and earlier in the old folks home, where it can live out it

Re: [Python-Dev] 2.4.4c1 October 11, 2.4.4 final October 18

2006-09-25 Thread Fredrik Lundh
Anthony Baxter wrote: > The plan for 2.4.4 is to have a release candidate on October 11th, and a final > release on October 18th. This is very likely to be the last ever 2.4 release, > after which 2.4.4 joins 2.3.5 and earlier in the old folks home "finally leaves school" is a more correct de

[Python-Dev] 2.4.4c1 October 11, 2.4.4 final October 18

2006-09-25 Thread Anthony Baxter
The plan for 2.4.4 is to have a release candidate on October 11th, and a final release on October 18th. This is very likely to be the last ever 2.4 release, after which 2.4.4 joins 2.3.5 and earlier in the old folks home, where it can live out it's remaining life with dignity and respect. If y