Skip to content

Instantly share code, notes, and snippets.

View prokoptsev's full-sized avatar

Alexey Prokoptsev prokoptsev

View GitHub Profile
@prokoptsev
prokoptsev / upprint.py
Created February 29, 2016 13:42 — forked from shvechikov/upprint.py
UnicodePrettyPrinter
# -*- coding: utf-8 -*-
import sys
from pprint import PrettyPrinter
class UnicodePrettyPrinter(PrettyPrinter):
"""Unicode-friendly PrettyPrinter
Prints:
- u'привет' instead of u'\u043f\u0440\u0438\u0432\u0435\u0442'