1
0
forked from VimPlug/jedi
Files
jedi-fork/jedi/debug.py
Dave Halter 72fd190149 unicode strings should not raise an error if used in repr.
Python 2 doesn't allow unicode objects in __repr__ methods. Therefore we need to encode them as utf-8 bytes.
2015-03-25 23:42:52 +01:00

2.5 KiB