lookupy icon indicating copy to clipboard operation
lookupy copied to clipboard

Do not work with unicode strings

Open w495 opened this issue 9 years ago • 2 comments

I have problems if I use unicode inside Q-objects. I guess that should be

guard_str = partial(guard_type, (str, unicode))

instead of

guard_str = partial(guard_type, str)

Is it right way?

w495 avatar Nov 25 '15 07:11 w495

I guess lookupy was made with Python 3 in mind.

Nimroot avatar Apr 08 '16 15:04 Nimroot

It was designed to work with both 2.7x and 3 but mostly tested only with 2.7x, so there may be a few bugs.

However at the moment I am not using this library myself and it's not actively maintained, so I wouldn't recommend it for production use.

naiquevin avatar Apr 09 '16 06:04 naiquevin