On Mon, Apr 03, 2006, Guido van Rossum wrote:
>
> Done. What exactly do you plan to do apart from editing the docs to
> steer people away from file()?
For the initial checkin, the dirt-simple:
def open(filename, *args, **kwargs):
return file(filename, *args, **kwargs)
At this point, the sole
Done. What exactly do you plan to do apart from editing the docs to
steer people away from file()?
--Guido
On 4/3/06, Aahz <[EMAIL PROTECTED]> wrote:
> On Sun, Apr 02, 2006, Neal Norwitz wrote:
> >
> > I updated the PEP to include owners. If this message is sent directly
> > to you, you are an o
On Sun, Apr 02, 2006, Neal Norwitz wrote:
>
> I updated the PEP to include owners. If this message is sent directly
> to you, you are an owner.
>
> http://www.python.org/dev/peps/pep-0356/
>
> Review the PEP and let me know what needs to be changed. If your pet
> project isn't already in the PE
I checked what I owned.
- pgen: yes, if I have time
- GeneratorExit inheriting from BaseException: no, I've pronounced on this
- StopIteration propagation from context managers: I'm giving this to Phillip
--Guido
On 4/3/06, Neal Norwitz <[EMAIL PROTECTED]> wrote:
> I updated the PEP to include
On Sun, Apr 02, 2006 at 11:34:18PM -0800, Neal Norwitz wrote:
> Review the PEP and let me know what needs to be changed. If your pet
> project isn't already in the PEP, assume it has been deferred until
> 2.6.
I'd like to see Gregory K. Johnson's updated mailbox module (in
sandbox/mailbox/) inclu