On Thursday 25 Dec 2008 11:15:31 pm Raja Subramanian wrote: > > One example is that one can embed php code in a html page which can > > directly access a database/filesystem and nuke it. You cannot do that in > > python. > > Yes you can. See of PSP (python server pages) section of mod_python: > http://www.modpython.org/live/current/doc-html/pyapi-psp.html
omg - how awful > > So does this make python a bad language? it would if it was a core feature that comes with python - third party things cannot be blamed on the language. Zope also permits embedding python code in templates, but to a very limited extent with paranoid security controls. -- regards KG http://lawgon.livejournal.com _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
