Re: [Python-3000] iostack and Oh Oh

2006-12-05 Thread Guido van Rossum
Phillip, I have only a little time while I'm sitting in a hotel lobby, but I printed this email out and read it several times over on the plane. It seems as if you purposely ignore a point that I've brought up several times now, without *ever* getting any kind of response from you. I think I first

Re: [Python-3000] iostack and Oh Oh

2006-12-05 Thread Phillip J. Eby
At 09:59 AM 12/5/2006 -0600, Guido van Rossum wrote: >My point is that an interface can *document* (at least in English) a >"contract" about the invariants between operations. While I'm not into >enforcing or verifying such contracts, I'm very interested in >documenting them. For example, something

Re: [Python-3000] how about switching to a preprocessor? (Re: A better way to initialize PyTypeObject)

2006-12-05 Thread Greg Ewing
Mike Klaas wrote: > The "magic" (and I don't mean that derogatorily) I'm talking > about is the Python <-> c type conversion and assumption that all > undeclared variables are python objects. It would be fairly easy to have a mode that worked like that. Some new syntax would be needed to force a c

Re: [Python-3000] how about switching to a preprocessor? (Re: A better way to initialize PyTypeObject)

2006-12-05 Thread Brett Cannon
There is Google Code Hosting: http://code.google.com/hosting/ . -Brett On 12/5/06, Greg Ewing <[EMAIL PROTECTED]> wrote: Mike Klaas wrote: > The "magic" (and I don't mean that derogatorily) I'm talking > about is the Python <-> c type conversion and assumption that all > undeclared variables a

Re: [Python-3000] how about switching to a preprocessor? (Re: A better way to initialize PyTypeObject)

2006-12-05 Thread George Sakkis
Or for less barebones solution, WebFaction offers free Trac and Subversion hosting for open-source python projects: http://www.webfaction.com/freetrac. George On 12/5/06, Brett Cannon <[EMAIL PROTECTED]> wrote: > There is Google Code Hosting: http://code.google.com/hosting/ . > > -Brett > > > On