PEP #99484663

Hans Nowak wurmy at earthlink.net
Mon Nov 11 21:50:43 EST 2002


Ian Bicking wrote:

> As an exception, anyone who uses or implements Python-embedded-in-HTML
> style systems wants (and usually adds) an explicit block delimiter. 
> It's essential in that domain.

It is?

In Kaa, you can use embedded code like this:

<% foo.bar() %>

for an expression, or

<#
for x in somelist:
     do_something(x)
#>

for statements.

I don't see why explicit block delimiters are essential here. :-)

Cheers,

-- 
Hans (base64.decodestring('d3VybXlAZWFydGhsaW5rLm5ldA=='))
# decode for email address ;-)
The Pythonic Quarter:: http://www.awaretek.com/nowak/
Kaa:: http://www.awaretek.com/nowak/kaa.html




More information about the Python-list mailing list