Re: [Zope] html_quote in python methods?

2001-01-03 Thread Jim Washington
ECTED]> > Sent: Tuesday, January 02, 2001 6:32 AM > Subject: [Zope] html_quote in python methods? > > > I am using Python Methods a lot now. > > > > Good: > > no more to get to the objects I need. Yay! > > no more worrying about closing blocks. Yay! >

Re: [Zope] Lobbying (was: [Zope] html_quote in python methods?)

2001-01-03 Thread Chris Withers
Evan Simpson wrote: > > From: Chris Withers <[EMAIL PROTECTED]> > > > > Well, in Python Scripts at least, you can do:: > > from Products.PythonScripts.standard import special_formats Hmmm... can you do something similar to perform an XML-RPC call into another Zope instance? cheers, Chris

Re: [Zope] Lobbying (was: [Zope] html_quote in python methods?)

2001-01-03 Thread Evan Simpson
From: Chris Withers <[EMAIL PROTECTED]> > Well, in Python Scripts at least, you can do:: from Products.PythonScripts.standard import special_formats url_quote = special_formats['url-quote'] return url_quote("") It's not great, but it's something. Cheers, Evan @ digicool & 4-am __

Re: [Zope] Lobbying (was: [Zope] html_quote in python methods?)

2001-01-03 Thread Erik Enge
[Chris Withers] | Even if it did, what harm would it do? Denial of Service attacks was what I though of. But it's a non-issue I guess. ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML enc

Re: [Zope] Lobbying (was: [Zope] html_quote in python methods?)

2001-01-03 Thread Erik Enge
[Chris Withers] | What about security issues? Wouldn't this also allow those methods to be called TTW by any user? ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related

Re: [Zope] Lobbying (was: [Zope] html_quote in python methods?)

2001-01-03 Thread Chris Withers
Erik Enge wrote: > > [Chris Withers] > > | > > What about security issues? Wouldn't this also allow those methods to > be called TTW by any user? No. Even if it did, what harm would it do? cheers, Chris ___ Zope maillist - [EMAIL PROTECTED] h

Re: [Zope] Lobbying (was: [Zope] html_quote in python methods?)

2001-01-03 Thread Morten W. Petersen
[Chris Withers] | I'll second this. It'd be _so_ nice... | | ever wanted to do: | | I totally agree. -Morten ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lis

Re: [Zope] Lobbying (was: [Zope] html_quote in python methods?)

2001-01-03 Thread Chris Withers
Dieter Maurer wrote: > > Jim Washington writes: > > Can I keep this from happening? html_quote does not seem to be in the > > Python Method namespace. > Please help lobbying that the functionality of all > "dtml-var" attributes are exposed as standard functions. > > The functions are there al

[Zope] Lobbying (was: [Zope] html_quote in python methods?)

2001-01-03 Thread Dieter Maurer
Jim Washington writes: > Can I keep this from happening? html_quote does not seem to be in the > Python Method namespace. Please help lobbying that the functionality of all "dtml-var" attributes are exposed as standard functions. The functions are there already, just not exposed to DTML and Py

Re: [Zope] html_quote in python methods?

2001-01-02 Thread Andy McKay
AIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 02, 2001 6:32 AM Subject: [Zope] html_quote in python methods? > I am using Python Methods a lot now. > > Good: > no more to get to the objects I need. Yay! > no more worrying about closing blocks. Yay! > >

[Zope] html_quote in python methods?

2001-01-02 Thread Jim Washington
I am using Python Methods a lot now. Good: no more to get to the objects I need. Yay! no more worrying about closing blocks. Yay! OK, when I make a syntax error, there is no help in the traceback. My Python is getting better and better as a result. To give something back, I have a hint that t