Can I Ensure That Users That Import My Python Code Use Unicode Literals?
My code includes from __future__ import unicode_literals and has many functions that accept (and e…
Read more
Can I Ensure That Users That Import My Python Code Use Unicode Literals?