Re: [Python-Dev] 2.5 open issues

2006-05-10 Thread Michael Hudson
Neal Norwitz [EMAIL PROTECTED] writes: Here's what's left for 2.5 after the most recent go around. There's no owner for these items. If no one takes them, they won't get done and I will move them to deferred within a week: * Add @decorator decorator to functional, rename to functools?

Re: [Python-Dev] 2.5 open issues

2006-04-29 Thread Nick Coghlan
Collin Winter wrote: I'd very much like to see functional renamed to functools, and I've cooked up the necessary changes to handle the move (SF #1478788). +1 since there are utilities like decorator and deprecated which belong in such a module, but don't fit within the functional programming

Re: [Python-Dev] 2.5 open issues

2006-04-29 Thread Georg Brandl
Neal Norwitz wrote: Here's what's left for 2.5 after the most recent go around. There's no owner for these items. If no one takes them, they won't get done and I will move them to deferred within a week: * Add @decorator decorator to functional, rename to functools? What's the

Re: [Python-Dev] 2.5 open issues

2006-04-28 Thread Thomas Heller
Neal Norwitz wrote: If you are addressed on this message, it means you have open issues that need to be resolved for 2.5. Some of these issues are documentation, others are code issues. Documentation missing: +++ Fredrik: ElementTree Gerhard: pysqlite Martin: msilib

Re: [Python-Dev] 2.5 open issues

2006-04-28 Thread A.M. Kuchling
On Fri, Apr 28, 2006 at 10:27:45AM +0200, Thomas Heller wrote: I could imagine three parts of the ctypes docs: ... 3. Some articles/howtos which cover advanced issues. Note that there's now a Doc/howto directory, so you could put articles there. The howtos aren't built as part of the

Re: [Python-Dev] 2.5 open issues

2006-04-28 Thread A.M. Kuchling
On Thu, Apr 27, 2006 at 10:58:49PM -0700, Neal Norwitz wrote: If you are addressed on this message, it means you have open issues that need to be resolved for 2.5. Some of these issues are documentation, others are code issues. This information comes from PEP 356. There are also these items

Re: [Python-Dev] 2.5 open issues

2006-04-28 Thread Guido van Rossum
On 4/28/06, A.M. Kuchling [EMAIL PROTECTED] wrote: There are also these items in the 'possible features' section: Modules under consideration for inclusion: - bdist_deb in distutils package (Owner: ???)

Re: [Python-Dev] 2.5 open issues

2006-04-28 Thread Phillip J. Eby
At 07:38 AM 4/28/2006 -0700, Guido van Rossum wrote: On 4/28/06, A.M. Kuchling [EMAIL PROTECTED] wrote: - wsgiref to the standard library (Owner: Phillip Eby) I still hope this can go in; it will help web framework authors do the right thing long term. I doubt I'll have time to

Re: [Python-Dev] 2.5 open issues

2006-04-28 Thread A.M. Kuchling
On Fri, Apr 28, 2006 at 11:02:07AM -0400, Phillip J. Eby wrote: I doubt I'll have time to write documentation for it before alpha 3. If it's okay for the docs to wait for one of the beta releases -- or better yet, if someone could volunteer to create rough draft documentation that I could

Re: [Python-Dev] 2.5 open issues

2006-04-28 Thread Phillip J. Eby
At 11:54 AM 4/28/2006 -0400, A.M. Kuchling wrote: On Fri, Apr 28, 2006 at 11:02:07AM -0400, Phillip J. Eby wrote: I doubt I'll have time to write documentation for it before alpha 3. If it's okay for the docs to wait for one of the beta releases -- or better yet, if someone could volunteer

Re: [Python-Dev] 2.5 open issues

2006-04-28 Thread Ronald Oussoren
On 28-apr-2006, at 17:07, Martin v. Löwis wrote: Neal Norwitz wrote: Who is the owner for getting new icons installed with the new logo? For the OSX icons, I guess Ronald Oussoren owns the task of getting them into the distribution. That's fine by me. I'll be adding them to the universal

Re: [Python-Dev] 2.5 open issues

2006-04-28 Thread Ronald Oussoren
On 28-apr-2006, at 17:41, Martin v. Löwis wrote: - Support for building fat Mac binaries (Intel and PPC) (Owner: Ronald Oussoren) Yes, this would be cool. This is nearly committed. For some reason, SF apparently dropped my last change request for it, and Ronald's patch

Re: [Python-Dev] 2.5 open issues

2006-04-28 Thread Martin v. Löwis
Ronald Oussoren wrote: That's fine by me. I'll be adding them to the universal python 2.4 tree soon and to 2.5 when that's is done. Do have to wait for the contributor agreement, which the folks over at [EMAIL PROTECTED] say is good enough, to do that? If the artist has informally

Re: [Python-Dev] 2.5 open issues

2006-04-28 Thread Georg Brandl
Martin v. Löwis wrote: Neal Norwitz wrote: Who is the owner for getting new icons installed with the new logo? Nobody, so far (for Windows). Somebody should contact the owner and find out what the license on this work is, and then tell me what to do with them. I assume the py and pyc icons

Re: [Python-Dev] 2.5 open issues

2006-04-28 Thread Thomas Heller
Georg Brandl wrote: Martin v. Löwis wrote: Neal Norwitz wrote: Who is the owner for getting new icons installed with the new logo? Nobody, so far (for Windows). Somebody should contact the owner and find out what the license on this work is, and then tell me what to do with them. I assume

Re: [Python-Dev] 2.5 open issues

2006-04-28 Thread Martin v. Löwis
Georg Brandl wrote: As I posted here previously, I contacted the owner, and he said that he didn't care about specifying a license. I guess that means that we can pick one ;) Can you please ask whether he would be willing to fill out a contrib form

Re: [Python-Dev] 2.5 open issues

2006-04-28 Thread Neal Norwitz
Here's what's left for 2.5 after the most recent go around. There's no owner for these items. If no one takes them, they won't get done and I will move them to deferred within a week: * Add @decorator decorator to functional, rename to functools? What's the benefit of @decorator? Who

Re: [Python-Dev] 2.5 open issues

2006-04-28 Thread Collin Winter
On 4/28/06, Neal Norwitz [EMAIL PROTECTED] wrote: There's no owner for these items. If no one takes them, they won't get done and I will move them to deferred within a week: * Add @decorator decorator to functional, rename to functools? What's the benefit of @decorator? Who made

Re: [Python-Dev] 2.5 open issues

2006-04-28 Thread Tim Peters
[Georg Brandl] As I posted here previously, I contacted the owner, and he said that he didn't care about specifying a license. I guess that means that we can pick one ;) [Martin v. Löwis] Can you please ask whether he would be willing to fill out a contrib form

[Python-Dev] 2.5 open issues

2006-04-27 Thread Neal Norwitz
If you are addressed on this message, it means you have open issues that need to be resolved for 2.5. Some of these issues are documentation, others are code issues. This information comes from PEP 356. The best way to get me to stop bugging you is to close out these tasks. :-) Who is the