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
> 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
> 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
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"
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?)
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
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
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
>
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
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
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
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 .
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
13 matches
Mail list logo