[Python-Dev] PEP 383: Non-decodable Bytes in System Character Interfaces

2009-04-21 Thread Martin v. Löwis
I'm proposing the following PEP for inclusion into Python 3.1. Please comment. Regards, Martin PEP: 383 Title: Non-decodable Bytes in System Character Interfaces Version: $Revision: 71793 $ Last-Modified: $Date: 2009-04-22 08:42:06 +0200 (Mi, 22. Apr 2009) $ Author: Martin v. Löwis Status: Draft

Re: [Python-Dev] 3.1 beta blockers

2009-04-21 Thread Eric Smith
Eric Smith wrote: Alessio Giovanni Baroni wrote: There are some cases of OutOfMemory? On my machine the float->string conversion is all ok. Also 'make test' is all ok. I assume you're talking about issue 5775. I think it's all explained in the bug report. Basically, the float->string conversi

Re: [Python-Dev] 3.1 beta blockers

2009-04-21 Thread Eric Smith
Alessio Giovanni Baroni wrote: There are some cases of OutOfMemory? On my machine the float->string conversion is all ok. Also 'make test' is all ok. I assume you're talking about issue 5775. I think it's all explained in the bug report. Basically, the float->string conversion can now return

Re: [Python-Dev] 3.1 beta blockers

2009-04-21 Thread Alessio Giovanni Baroni
There are some cases of OutOfMemory? On my machine the float->string conversion is all ok. Also 'make test' is all ok. 2009/4/21 Benjamin Peterson > The first (and only) beta of 3.1 is scheduled for less than 2 weeks > away, May 2nd, and is creeping onto the horizon. There are currently 6 > bloc