Re: [Python-3000] Fix for Lib/pydoc.py in p3yk

2007-06-30 Thread Georg Brandl
Alexandre Vassalotti schrieb: > Meanwhile, I found another division/range combination that could be > problematic. I attached an updated patch. Thanks, committed. Georg -- Thus spake the Lord: Thou shalt indent with four spaces. No more, no less. Four shall be the number of spaces thou shalt in

[Python-3000] Announcing PEP 3136

2007-06-30 Thread Matt Chisholm
Hi all. I've created and submitted a new PEP proposing support for labels in Python's break and continue statements. Georg Brandl has graciously added it to the PEP list as PEP 3136: http://www.python.org/dev/peps/pep-3136/ I understand that the deadline for submitting features for Python 3.0

[Python-3000] PEP 368: Standard image protocol and class

2007-06-30 Thread Lino Mastrodomenico
Hi everyone, I have submitted a new PEP: http://www.python.org/dev/peps/pep-0368/ It starts from a Pete Shinners' suggestion and from the consideration that there are a lot of Python libraries that use image objects, but almost all of them have implemented their own image classes, incompatib

Re: [Python-3000] PEP 368: Standard image protocol and class

2007-06-30 Thread Robert Kern
Lino Mastrodomenico wrote: > Hi everyone, > > I have submitted a new PEP: > > http://www.python.org/dev/peps/pep-0368/ > > It starts from a Pete Shinners' suggestion and from the consideration > that there are a lot of Python libraries that use image objects, but > almost all of them have im

Re: [Python-3000] PEP 368: Standard image protocol and class

2007-06-30 Thread Robert Kern
Robert Kern wrote: > Lino Mastrodomenico wrote: >> Hi everyone, >> >> I have submitted a new PEP: >> >> http://www.python.org/dev/peps/pep-0368/ >> >> It starts from a Pete Shinners' suggestion and from the consideration >> that there are a lot of Python libraries that use image objects, but >>

Re: [Python-3000] PEP 368: Standard image protocol and class

2007-06-30 Thread Lino Mastrodomenico
Here's the full text of the PEP's current draft, so you can comment directly on it (thanks to Collin Winter for the suggestion): PEP: 368 Title: Standard image protocol and class Version: $Revision: 56133 $ Last-Modified: $Date: 2007-06-30 21:07:03 +0200 (sab, 30 giu 2007) $ Author: Lino Mastrodom