Closed alexhughson closed 7 years ago
OMG, please! I just handled another case in our system about it breaking on UTF-8 characters.
Anyone? I'd hate to have to fork this project.
Yeah, I periodically see this bug as well.
We've also encountered it, and (after a brief foray into shooting ourselves in the foot by modifying sys.modules['csv']
) are planning to fork the repo so that we can apply this patch.
https://pypi.python.org/pypi/backports.csv would be better for Python 3 compat
@alexhughson you are my hero
Without it, bulk uploading data that has unicode characters will fail.
It is api compatible with csv, so nothing else needs to change.