This is O.R.Senthil Kumaran's blogspot on programming and technical things. The title is a line from "Zen of Python".
def _quote_html(html): return html.replace("&", "&").replace("<", "<").replace(">", ">")
Post a Comment
No comments:
Post a Comment