Re: [Python-Dev] 3.1a2

2009-04-01 Thread Benjamin Peterson
2009/4/1 Hirokazu Yamamoto : > > Hirokazu Yamamoto wrote: >> >> I added #5499 to release blocker because it needs specification decision. >> (It's too strong?) > > Thank you for fixing this. I also added > > #5391: mmap: read_byte/write_byte and object type > #5410: msvcrt bytes cleanup > > which d

Re: [Python-Dev] 3.1a2

2009-04-01 Thread Hirokazu Yamamoto
Hirokazu Yamamoto wrote: I added #5499 to release blocker because it needs specification decision. (It's too strong?) Thank you for fixing this. I also added #5391: mmap: read_byte/write_byte and object type #5410: msvcrt bytes cleanup which depend on this issue. These are also API spec is

Re: [Python-Dev] 3.1a2

2009-03-31 Thread R. David Murray
On Tue, 31 Mar 2009 at 14:09, Benjamin Peterson wrote: I haven't looked at #4847 in depth, but appears that the csv module will need some API changes to deal with encodings. Perhaps somebody would like to sprint on it? First we have to figure out what should be done. http://bugs.python.org/484

Re: [Python-Dev] 3.1a2

2009-03-31 Thread Hirokazu Yamamoto
Benjamin Peterson wrote: Hi, I'd like to release the second alpha of 3.1 as planned on Saturday, April 4th. There are currently two release blockers, issues #4847 and #5470. #5470 appears to be Martin's issue. I haven't looked at #4847 in depth, but appears that the csv module will need some AP