hotkit / django-async

A simple asynchronous execution Django application with proper database transaction management
http://www.kirit.com/Django%20Async
Boost Software License 1.0
35 stars 20 forks source link

Convert a string to a quoted string good enough for printing. #15

Closed iamklang closed 9 years ago

KayEss commented 9 years ago

Thinking about this, it's probably better to use JSON representation in the unicode display, then there's no choice as to how it should come out.

I'll merge this for now -- can do a further improvement later.