try this in a script in zope 2.7b3 (maybe others, too) if you want to go crazy:

dd = ('dd', 'diocese', 'Parish.2003-12-16.8636751973', 'bob', 'Workspace.2003-12-17.8140751750','gerry.2003-12-17.8140751750')

return dd[4:]

you should get the last two items from the tuple, but I get the last item returned as a string

if i loop through the slice, it's ok. it seems to be a publishing problem.

Gerry


_______________________________________________
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 )

Reply via email to