Re: [Python-Dev] call for PEPs

2007-04-26 Thread skip
Guido> On 4/26/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: David> ... I only recently learned of the April 30 deadline for David> PEPs. >> >> This is the first I heard of any sort of deadline... Guido> I posted to python-3000 a while ago. It never occurred to me that

Re: [Python-Dev] call for PEPs

2007-04-26 Thread Georg Brandl
[EMAIL PROTECTED] schrieb: > David> ... I only recently learned of the April 30 deadline for > David> PEPs. > > This is the first I heard of any sort of deadline... Guido has stated a few times now that PEPs to be considered for 3.0a1 should (must?) be presented in April, lastly in a thre

Re: [Python-Dev] call for PEPs

2007-04-26 Thread Guido van Rossum
On 4/26/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > David> ... I only recently learned of the April 30 deadline for > David> PEPs. > > This is the first I heard of any sort of deadline... I posted to python-3000 a while ago. It never occurred to me that people interested in writing

Re: [Python-Dev] call for PEPs

2007-04-26 Thread skip
David> ... I only recently learned of the April 30 deadline for David> PEPs. This is the first I heard of any sort of deadline... Skip ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscri

[Python-Dev] call for PEPs

2007-04-26 Thread David Goodger
I'm one of the PEP editors at the end of peps-at-python-dot-org; Barry Warsaw is the other. Since before PyCon, I haven't had time for PEP number assignments, editing, and checkins. I don't follow python-dev or python-3000 closely, so I only recently learned of the April 30 deadline for PEPs. I'd l

Re: [Python-Dev] Attachment Policy?

2007-04-26 Thread Yaakov Nemoy
On 4/23/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Yaakov> i want to post a little bit of something I've been working on. > Yaakov> Before I post it, i want to know if I'm allowed to post it as an > Yaakov> attachment. Coming up, some work on ASTVisitor in the compiler >

[Python-Dev] Pre-commit hook for normalized white-space

2007-04-26 Thread Martin v. Löwis
I have now installed a pre-commit hook that verifies that the code being committed follows the formatting of reindent.py, for all files under /python in the projects repository. Please let me know if this causes any problems. Regards, Martin ___ Python-D

Re: [Python-Dev] whitespace normalization

2007-04-26 Thread Christian Tanzer
Greg Ewing <[EMAIL PROTECTED]> wrote: > Stripping trailing whitespace on saving wouldn't be > so bad, though. Is there an option for that in python-mode? I've got thje following in my ~/.emacs: (if (fboundp 'delete-trailing-whitespace) (add-hook 'write-file-hooks 'delete-trailing-whitespace