A critique of cgi.escape
Fredrik Lundh
fredrik at pythonware.com
Tue Sep 26 09:20:59 EDT 2006
Jon Ribbens wrote:
> It's a pity he's being rude when presented with well-informed comment
> then.
since when is the output of
import random, sys
messages = [
"that's irrelevant",
"then their code is broken already",
"that's not good enough",
"then their tests are broken already",
"you're rude",
]
for x in xrange(sys.maxint):
print random.choice(messages)
well-informed? heck, it doesn't even pass the turing test ;-)
</F>
More information about the Python-list
mailing list