Re: [Python-3000] Reminder: last alphas next Wednesday 07-May-2008

2008-05-05 Thread Ralf Schmitt
On Thu, May 1, 2008 at 10:26 PM, Barry Warsaw <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > This is a reminder that the LAST planned alpha releases of Python 2.6 and > 3.0 are scheduled for next Wednesday, 07-May-2008. Please be diligent over > the next week so

Re: [Python-3000] Displaying strings containing unicode escapes

2008-05-05 Thread Martin v. Löwis
> Using the names gets fairly verbose compared to the hex escapes though: > u"\N{GREEK SMALL LETTER ALPHA}" > u'\u03b1' u"\N{GREEK CAPITAL LETTER ALPHA}" > u'\u0391' u"\N{GREEK CAPITAL LETTER ALPHA WITH TONOS}" > u'\u0386' The extreme case (in Python 2.5) is py> u"\N{ARABIC LIGATU

Re: [Python-3000] Invitation to try out open source code review tool

2008-05-05 Thread Martin v. Löwis
> This code is now open source! Browse it here: > > http://code.google.com/p/rietveld/source/browse Are you also going to call it Rietveld then? Sounds better to me than "the open source code review tool". Regards, Martin ___ Python-3000 mailing list

Re: [Python-3000] Invitation to try out open source code review tool

2008-05-05 Thread Guido van Rossum
On Mon, May 5, 2008 at 9:46 AM, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > > This code is now open source! Browse it here: > > > > http://code.google.com/p/rietveld/source/browse > > Are you also going to call it Rietveld then? Sounds better > to me than "the open source code review tool"

Re: [Python-3000] [Python-Dev] Invitation to try out open source code review tool

2008-05-05 Thread skip
Guido> I've been reluctant to use the Rietveld name too much since Guido> Americans can't spell it. :-) But the open source project *is* Guido> called Rietveld, so I suppose I should start using that name... Which reminds me... What's it mean? All I saw was a Dutch city and (maybe?)

Re: [Python-3000] [Python-Dev] Invitation to try out open source code review tool

2008-05-05 Thread Guido van Rossum
On Mon, May 5, 2008 at 10:32 AM, <[EMAIL PROTECTED]> wrote: > > Guido> I've been reluctant to use the Rietveld name too much since > Guido> Americans can't spell it. :-) But the open source project *is* > Guido> called Rietveld, so I suppose I should start using that name... > > Which

Re: [Python-3000] PEP 3108 - stdlib reorg/cleanup

2008-05-05 Thread Guido van Rossum
On Mon, Apr 28, 2008 at 7:30 PM, Brett Cannon <[EMAIL PROTECTED]> wrote: > After two false starts over the YEARS of trying to cleanup and > reorganize the stdlib, creating a SIG to get this going, having Guido > give the PEP the once-over over the past several days, and creating > two new bugs

Re: [Python-3000] PEP 3108 - stdlib reorg/cleanup

2008-05-05 Thread Brett Cannon
On Mon, May 5, 2008 at 3:33 PM, Guido van Rossum <[EMAIL PROTECTED]> wrote: > On Mon, Apr 28, 2008 at 7:30 PM, Brett Cannon <[EMAIL PROTECTED]> wrote: > > After two false starts over the YEARS of trying to cleanup and > > reorganize the stdlib, creating a SIG to get this going, having Guido >

Re: [Python-3000] PEP 3108 - stdlib reorg/cleanup

2008-05-05 Thread Benjamin Peterson
On Mon, May 5, 2008 at 6:20 PM, Brett Cannon <[EMAIL PROTECTED]> wrote: > On Mon, May 5, 2008 at 3:33 PM, Guido van Rossum <[EMAIL PROTECTED]> wrote: > > > > I've accepted this PEP. > > Woohoo! Congrats! > > > Everyone, get to work on implementing this! > > I'm sure some small nits will co

[Python-3000] PEP 3108 - String representation in Python 3000

2008-05-05 Thread Atsuo Ishimoto
I've written a PEP for new string representation in Python 3000. Patch is updated at http://bugs.python.org/issue2630, and Guido updated a patch to Rietveld: http://codereview.appspot.com/767 . I would appreciate your comments and help. --- PEP: 3138 T

Re: [Python-3000] PEP 3138 - String representation in Python 3000

2008-05-05 Thread Atsuo Ishimoto
Oops, I missed PEP-number in the subject! "PEP 3138 - String representation in Python 3000" should be correct subject. ___ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.pytho

Re: [Python-3000] PEP 3138 - String representation in Python 3000

2008-05-05 Thread Oleg Broytmann
Hello! Well done! Thank you! On Tue, May 06, 2008 at 09:56:24AM +0900, Atsuo Ishimoto wrote: > I've written a PEP for new string representation in Python 3000. > > Patch is updated at http://bugs.python.org/issue2630, and Guido > updated a patch to Rietveld: > http://codereview.appspot.com/767 .

Re: [Python-3000] PEP 3108 - stdlib reorg/cleanup

2008-05-05 Thread Brett Cannon
On Mon, May 5, 2008 at 5:03 PM, Benjamin Peterson <[EMAIL PROTECTED]> wrote: > On Mon, May 5, 2008 at 6:20 PM, Brett Cannon <[EMAIL PROTECTED]> wrote: > > On Mon, May 5, 2008 at 3:33 PM, Guido van Rossum <[EMAIL PROTECTED]> wrote: > > > > > > > I've accepted this PEP. > > > > Woohoo! > > C