Re: [Python-3000] PEP 3101 clarification requests

2007-08-21 Thread Greg Ewing
Eric Smith wrote: > The problem is that if an object does does its own > __format__, it either needs to understand all of the string formatting, > or at least recognize a string format and send it along to > string.__format__() (or object.__format__, which will convert to string > for you). No

Re: [Python-3000] Py3k Sprint Tasks

2007-08-21 Thread Bill Janssen
I'd like to spend some time during the Sprint doing three things: 1. Doing a code review of the modified SSL C code with 2 or 3 others. Can we get a small conference room with a projector to use for an hour? If not, I can provide one at PARC. I also need a few volunteers to be the re

Re: [Python-3000] Py3k Sprint Tasks (Google Docs & Spreadsheets)

2007-08-21 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Aug 21, 2007, at 1:56 PM, [EMAIL PROTECTED] wrote: > I've shared a document with you called "Py3k Sprint Tasks": > http://spreadsheets.google.com/ccc? > key=pBLWM8elhFAmKbrhhh0ApQA&[EMAIL PROTECTED]&t=3328567089265 > 242420&guest > > It's not an

Re: [Python-3000] Py3k Sprint Tasks (Google Docs & Spreadsheets)

2007-08-21 Thread Guido van Rossum
On 8/21/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Guido> Feel free to add. If you're coming to the sprint, feel free to > Guido> claim ownership of a task. > > I started to edit the spreadsheet but then held off, remembering the edit > conflict problems I caused you just a few mi

Re: [Python-3000] Py3k Sprint Tasks (Google Docs & Spreadsheets)

2007-08-21 Thread skip
Guido> Feel free to add. If you're coming to the sprint, feel free to Guido> claim ownership of a task. I started to edit the spreadsheet but then held off, remembering the edit conflict problems I caused you just a few minutes earlier with the wiki page (sorry about that). Does the Goog

[Python-3000] Py3k Sprint Tasks (Google Docs & Spreadsheets)

2007-08-21 Thread gvanrossum
I've shared a document with you called "Py3k Sprint Tasks": http://spreadsheets.google.com/ccc?key=pBLWM8elhFAmKbrhhh0ApQA&[EMAIL PROTECTED]&t=3328567089265242420&guest It's not an attachment -- it's stored online at Google Docs & Spreadsheets. To open this document, just click the link above.

Re: [Python-3000] Py3k-buffer branch merged back to py3k branch

2007-08-21 Thread Travis Oliphant
Lisandro Dalcin wrote: > Travis, I had no much time to follow you on py3k-buffer branch, but > now you merged in py3k, I want to make an small comment for your > consideration. > > Pehaps the 'PyBuffer' struct could be named different, something like > 'Py_buffer'. The use case has some similarites

Re: [Python-3000] PEP 3101 clarification requests

2007-08-21 Thread Guido van Rossum
On 8/20/07, Greg Ewing <[EMAIL PROTECTED]> wrote: > Guido van Rossum wrote: > > But how often will you need this? (You only need the !s part if you > > don't know that the argument is a string.) > > Maybe I'm confused. I thought we had agreed that most > types would delegate to str if they didn't u

Re: [Python-3000] Py3k-buffer branch merged back to py3k branch

2007-08-21 Thread Lisandro Dalcin
Travis, I had no much time to follow you on py3k-buffer branch, but now you merged in py3k, I want to make an small comment for your consideration. Pehaps the 'PyBuffer' struct could be named different, something like 'Py_buffer'. The use case has some similarites to 'Py_complex' struct. It is no

Re: [Python-3000] PEP 3101 clarification requests

2007-08-21 Thread Eric Smith
Greg Ewing wrote: > Guido van Rossum wrote: >> But how often will you need this? (You only need the !s part if you >> don't know that the argument is a string.) > > Maybe I'm confused. I thought we had agreed that most > types would delegate to str if they didn't understand > the format, so most o

Re: [Python-3000] Looking for advice on PEP 3101 implementation details

2007-08-21 Thread Eric Smith
Eric V. Smith wrote: [a duplicate message] Please ignore this. I accidentally sent it twice. ___ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/pyt