Hi Pythonistas, I need to convert ascii escapes into binary form, e.g.: \f -> ^L [EMAIL PROTECTED] -> [EMAIL PROTECTED]@
(rvalues in terminal representation) Any idea, how to do this most elegantly in python? Do I really need to do a search n'replace orgy, combined with regex for this task? TIA, Pete -- http://mail.python.org/mailman/listinfo/python-list