Am Di, den 31.08.2004 schrieb Paul Winkler um 19:08: > Can anyone enlighten me on what this is for? > >From ZPublisher.HTTPRequest.HTTPRequest.keys: ... > > ** btw, this too smells a bit funny to me... why bother to keep a > separate data structure in sync, when we could just do: > > for i in range(9): > try: > del(self.other['URL%d' % i]) > i += 1 are you sure about the increment here?
> except KeyError: > break > Regards Tino _______________________________________________ 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 )
