Re: [Python-3000] PEP 3101 str.format() equivalent of '%#o/x/X'?

2008-06-30 Thread Eric Smith
Eric Smith wrote: Barry? By which I meant "Barry, what's your opinion?", not "who is Barry?" (which I well know). Geez, I write the worst email sometimes. ERic. Guido van Rossum wrote: I'd check with Barry, but given that .format() is a new feature in these releases anyway and this is a

Re: [Python-3000] PEP 3101 str.format() equivalent of '%#o/x/X'?

2008-06-30 Thread Eric Smith
Barry? Guido van Rossum wrote: I'd check with Barry, but given that .format() is a new feature in these releases anyway and this is a pretty small addition to one tiny bit of code I would have been okay with it if I were release manager. On Mon, Jun 30, 2008 at 11:36 AM, Eric Smith <[EMAIL PROT

Re: [Python-3000] PEP 3101 str.format() equivalent of '%#o/x/X'?

2008-06-30 Thread Guido van Rossum
I'd check with Barry, but given that .format() is a new feature in these releases anyway and this is a pretty small addition to one tiny bit of code I would have been okay with it if I were release manager. On Mon, Jun 30, 2008 at 11:36 AM, Eric Smith <[EMAIL PROTECTED]> wrote: > I finally have so

Re: [Python-3000] PEP 3101 str.format() equivalent of '%#o/x/X'?

2008-06-30 Thread Eric Smith
I finally have some cycles for this. Is it okay to add '#' to hex, bin, and oct for str.format(), even though it's now after the beta? Eric. Guido van Rossum wrote: Of course. On Fri, May 30, 2008 at 12:23 PM, Eric Smith <[EMAIL PROTECTED]> wrote: Guido van Rossum wrote: I'd be fine with a

Re: [Python-3000] re.LOCALE

2008-06-30 Thread Oleg Broytmann
On Sun, Jun 29, 2008 at 09:13:30PM +, Antoine Pitrou wrote: > > Another question, about re.LOCALE. Its utility is dubious, and it's never used > in the stdlib (apart from the re tests themselves). What should we do: > - drop it entirely > - only allow it on bytes patterns (it doesn't make se

Re: [Python-3000] xrange is still present in idlelib/EditorWindow.py

2008-06-30 Thread nirinA raseliarison
on Sun, 29 Jun 2008 14:21:04 -0400 Terry Reedy wrote: >http://bugs.python.org/issue3237 >Register and you can submit these yourself. i'll do so next time. thanks, nirinA -- ___ Python-3000 mailing list Python-3000@python.org http://mail.python.org/m

Re: [Python-3000] 2to3: update? doc?

2008-06-30 Thread Guido van Rossum
Methinks that from this evidence it is clear that on 05/09/2008 at 05:07 PM you used 2to3 with Python alpha 4. The pickle is left behind as an optimization by 2to3's own parser. It will be ignored when you use it with a different Python version. It is correct that Grammar.txt hasn't changed since