[Python-Dev] 3.1 beta blockers

2009-04-20 Thread 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
blockers:

#5692: test_zipfile fails under Windows - This looks like a fairly easy fix.

#5775: marshal.c needs to be checked for out of memory errors - Looks
like Eric has this one.

#5410: msvcrt bytes cleanup - It would be nice to have a Windows
expert examine the patch on this issue for correctness.

#5786: [This isn't applicable to 3.1]

#5783: IDLE cannot find windows chm file - Awaiting a fix to the IDLE
or the doc build system.


-- 
Thanks for your work,
Benjamin
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] 3.1 beta blockers

2009-04-20 Thread Benjamin Peterson
I forgot one:

#4136 - Porting the json changes to py3k - This issue exposed the
brokenness of the json module in py3k. Was any consensus reached about
what the API of json should be? If the beta time rolls around and
nothing has changed on this issue, I think Antoine's patch, which
makes json input and output unicode should be applied.

2009/4/20 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
> blockers:



-- 
Regards,
Benjamin
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] 3.1 beta blockers

2009-04-20 Thread Ned Deily
In article 
<1afaf6160904201509g2f5e784ah34c728732ca9b...@mail.gmail.com>,
 Benjamin Peterson  wrote:
> I forgot one: [...]

What about #5756 - idle, pydoc, et al removed from 3.1?

-- 
 Ned Deily,
 n...@acm.org

___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] 3.1 beta blockers

2009-04-20 Thread Barry Warsaw

On Apr 20, 2009, at 6:37 PM, Ned Deily wrote:


In article
<1afaf6160904201509g2f5e784ah34c728732ca9b...@mail.gmail.com>,
Benjamin Peterson  wrote:

I forgot one: [...]


What about #5756 - idle, pydoc, et al removed from 3.1?


Were we going to remove this from 2.7 also?  I'm working on splitting  
two of my Tools (pynche and world) off into separate projects and  
can't remember what we decided about that.


-Barry



PGP.sig
Description: This is a digitally signed message part
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] 3.1 beta blockers

2009-04-20 Thread Ned Deily
In article <40d62762-abab-4de1-9be2-798e40ae2...@python.org>,
 Barry Warsaw  wrote:
> On Apr 20, 2009, at 6:37 PM, Ned Deily wrote:
> 
> > In article
> > <1afaf6160904201509g2f5e784ah34c728732ca9b...@mail.gmail.com>,
> > Benjamin Peterson  wrote:
> >> I forgot one: [...]
> >
> > What about #5756 - idle, pydoc, et al removed from 3.1?
> 
> Were we going to remove this from 2.7 also?  I'm working on splitting  
> two of my Tools (pynche and world) off into separate projects and  
> can't remember what we decided about that.

I'm confused.  The point of #5756 was that 3.x builds are broken because 
the installation of idle, pydoc, 2to3, and smtpd.py have been commented 
out in setup.py and thus these scripts are no longer being installed.  
Unless I'm missing something, that's the only way they were being 
installed in any form.  If nothing else, the change breaks the OSX 
installer build.

If they were removed deliberately (and are intended to be removed from 
2.7??), there needs to be some replacement and/or doc changes, no?

-- 
 Ned Deily,
 n...@acm.org

___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] 3.1 beta blockers

2009-04-20 Thread Benjamin Peterson
2009/4/20 Barry Warsaw :
> On Apr 20, 2009, at 6:37 PM, Ned Deily wrote:
>
>> In article
>> <1afaf6160904201509g2f5e784ah34c728732ca9b...@mail.gmail.com>,
>> Benjamin Peterson  wrote:
>>>
>>> I forgot one: [...]
>>
>> What about #5756 - idle, pydoc, et al removed from 3.1?
>
> Were we going to remove this from 2.7 also?  I'm working on splitting two of
> my Tools (pynche and world) off into separate projects and can't remember
> what we decided about that.

Those aren't installed as scripts like idle and pydoc, so I believe they can go.



-- 
Regards,
Benjamin
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] 3.1 beta blockers

2009-04-20 Thread Benjamin Peterson
2009/4/20 Ned Deily :
> In article
> <1afaf6160904201509g2f5e784ah34c728732ca9b...@mail.gmail.com>,
>  Benjamin Peterson  wrote:
>> I forgot one: [...]
>
> What about #5756 - idle, pydoc, et al removed from 3.1?

I just bumped priority and left a comment.



-- 
Regards,
Benjamin
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


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
> blockers:
>
> #5692: test_zipfile fails under Windows - This looks like a fairly easy
> fix.
>
> #5775: marshal.c needs to be checked for out of memory errors - Looks
> like Eric has this one.
>
> #5410: msvcrt bytes cleanup - It would be nice to have a Windows
> expert examine the patch on this issue for correctness.
>
> #5786: [This isn't applicable to 3.1]
>
> #5783: IDLE cannot find windows chm file - Awaiting a fix to the IDLE
> or the doc build system.
>
>
> --
> Thanks for your work,
> Benjamin
> ___
> Python-Dev mailing list
> Python-Dev@python.org
> http://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe:
> http://mail.python.org/mailman/options/python-dev/alessiogiovanni.baroni%40gmail.com
>
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


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 
an out of memory error, which it could not before. marshal.c's w_object 
doesn't check for those error conditions. I doubt they'll ever occur in 
any test, but they need to be handled none the less.


It's on my list of things to do in the next week. But if there's anyone 
who understands the code and would like to take a look, feel free.


Eric.



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
blockers:

#5692: test_zipfile fails under Windows - This looks like a fairly
easy fix.

#5775: marshal.c needs to be checked for out of memory errors - Looks
like Eric has this one.

#5410: msvcrt bytes cleanup - It would be nice to have a Windows
expert examine the patch on this issue for correctness.

#5786: [This isn't applicable to 3.1]

#5783: IDLE cannot find windows chm file - Awaiting a fix to the IDLE
or the doc build system.


--
Thanks for your work,
Benjamin
___
Python-Dev mailing list
Python-Dev@python.org 
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe:

http://mail.python.org/mailman/options/python-dev/alessiogiovanni.baroni%40gmail.com





___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/eric%2Bpython-dev%40trueblade.com


___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


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 conversion can now return 
an out of memory error, which it could not before. marshal.c's w_object 
doesn't check for those error conditions. I doubt they'll ever occur in 
any test, but they need to be handled none the less.


It's on my list of things to do in the next week. But if there's anyone 
who understands the code and would like to take a look, feel free.


I just fixed it in r71783, so it should be off the list of release blockers.
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com