Re: [Zope] The inverse of REQUEST.set is ??

2000-12-04 Thread Dieter Maurer
Dennis Nichols writes: > ... deleting an item from request ... DTML will not let you do that. In Python, you can use "del REQUEST.other['something']" Dieter ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No

[Zope] The inverse of REQUEST.set is ??

2000-12-04 Thread Dennis Nichols
I can do Having done that, I'd like to be able delete 'something' and I do NOT mean just I want it gone! Come on, humor me... is there a good way to do this? -- Dennis Nichols [EMAIL PROTECTED] ___ Zope maillist - [EMAIL PROTECTED] http: