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

2000-12-04 Thread Dennis Nichols
I can do dtml-call "REQUEST.set('something','whatever')" Having done that, I'd like to be able delete 'something' and I do NOT mean just dtml-call "REQUEST.set('something','')" I want it gone! Come on, humor me... is there a good way to do this? -- Dennis Nichols [EMAIL PROTECTED]

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