Re: [Python-Dev] 3.2.1 and Issue 12291

2011-06-09 Thread Barry Warsaw
On Jun 09, 2011, at 10:51 AM, Vinay Sajip wrote: >I just filed an issue which shows a serious breakage in the marshal module: > >"file written using marshal in 3.2 can be read by 2.7, but not 3.2 or 3.3" > >http://bugs.python.org/issue12291 > >Perhaps this issue should be marked as a release block

[Python-Dev] 3.2.1 and Issue 12291

2011-06-09 Thread Vinay Sajip
I just filed an issue which shows a serious breakage in the marshal module: "file written using marshal in 3.2 can be read by 2.7, but not 3.2 or 3.3" http://bugs.python.org/issue12291 Perhaps this issue should be marked as a release blocker for 3.2.1 - what do others (particularly Georg, of cou