On Apr 13, 6:30 pm, DSblizzard <dsblizz...@gmail.com> wrote:
> How to convert string with \n and \t symbols to natural string - with
> new lines and tabs?

'String with tab\\t and newline\\n'.decode('string-escape')
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to