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

2003-12-18 Thread Gerry Kirk
Well, at least I know it's only a Zpublisher thing, and not an issue
with the underlying data. That's all that matters to me.

Gerry

Gerry Kirk
Project Manager
www.faithonline.com 
www.dioceseonline.com


 -Original Message-
 From: Terry Hancock [mailto:[EMAIL PROTECTED] 
 Sent: December 17, 2003 7:05 PM
 To: Casey Duncan; Gerry Kirk
 Cc: [EMAIL PROTECTED]
 Subject: Re: [Zope-dev] bizarre slicing behaviour in Zope
 
 
 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 ( hancock at anansispaceworks.com )
 Anansi Spaceworks  http://www.anansispaceworks.com
 


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] SMPT Authorization support

2003-12-18 Thread Lennart Regebro
Done (HEAD only of course). Enjoy.

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )