Re: [Zope-dev] Versions: should they die?

2003-06-05 Thread Terry Hancock
in ZODB 4 (== Zope 3). If it were up to me, they would have been gone, with a big helping of YAGNI! --Guido van Rossum (home page: http://www.python.org/~guido/) -- Terry Hancock ( hancock at anansispaceworks.com ) Anansi Spaceworks http://www.anansispaceworks.com

Re: [Zope-dev] Zpydoc

2003-06-05 Thread Terry Hancock
. The thing to realize is that interfaces are self-checking documentation, not code. Well, so far, they seem really nice, anway. Cheers, Terry -- Terry Hancock ( hancock at anansispaceworks.com ) Anansi Spaceworks http://www.anansispaceworks.com ___ Zope

Re: [Zope-dev] bizarre slicing behaviour in Zope

2003-12-17 Thread Terry Hancock
to see the other item of the tuple. Welcome to 2-tuple publication ;^) Perhaps more constructively, I think you can solve this by either adding a dummy element to the tuple: return dd[4:] + (None,) or making it a list instead of a tuple: return list(dd[4:]) Cheers, Terry -- Terry Hancock

[Zope-dev] Interfaces in Zope 2.5, 2.7, and 3.x

2004-02-26 Thread Terry Hancock
Which is what my module defines -- the trickier bit is defining a function to recursively check SubInterfaces. That's included too, but it breaks due to major API changes in Interface. Cheers, Terry -- Terry Hancock ( hancock at anansispaceworks.com ) Anansi Spaceworks http

Re: [Zope-dev] The bleak Future of Zope?!

2004-04-21 Thread Terry Hancock
it will be easier to keep up with. I understand that my situation is probably unusual, but I do want to speak out to say that there is interest in Zope 3, and I personally expect to be using it before 2005. Cheers, Terry -- Terry Hancock ( hancock at anansispaceworks.com ) Anansi Spaceworks http

Re: [Zope-dev] Re: The bleak Future of Zope?

2004-04-21 Thread Terry Hancock
* programming for about a month, but I will definitely be checking X3.0 out in June. That's probably when I'll be available to look at the Schema package and see if I can contribute usefully to it, as well. Cheers, Terry -- Terry Hancock ( hancock at anansispaceworks.com ) Anansi Spaceworks http

Re: [Zope-dev] The bleak Future of Zope?!

2004-04-22 Thread Terry Hancock
a bit rigid. Zope 3 will (I think) be a lot better. There's also the tiny detail that I haven't actually written it to the point where it can be used yet. So maybe it isn't that impressive. :-( Cheers, Terry -- Terry Hancock ( hancock at anansispaceworks.com ) Anansi Spaceworks http

[Zope-dev] Re: [Zope3-dev] Decouple Interface and zope.interface (Martijn was right)

2004-04-26 Thread Terry Hancock
changes. That would be terrific! (Makes my life easier, anyway). Cheers, Terry -- Terry Hancock ( hancock at anansispaceworks.com ) Anansi Spaceworks http://www.anansispaceworks.com ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman

[Zope-dev] Why are width and height strings?

2004-06-26 Thread Terry Hancock
reason why they should be strings? I'm thinking about overriding this, because it doesn't make any sense to me, but I'm curious if there was a rationale behind it (and whether I'm creating a whole new group of bugs if I do that). Cheers, Terry -- Terry Hancock ( hancock at anansispaceworks.com