Open jcapiitao opened 2 years ago
We are soon making changes that will remove any Python 2.x compatibility requirements on the develop branch. When that is done, then we will merge this in.
yes please. and unicodecsv is holding on unittest2 removal too
unicodecsv is not maintained since a while now [1]. It was preferred over standard csv because of the unicode support. Now that Python3 csv module [2] supports it, let's use it.
For more context, we hit issues while rebuilding uncicodecsv during Fedora Python3.11 mass rebuild [3][4].
[1] https://github.com/jdunck/python-unicodecsv [2] https://docs.python.org/3/library/csv.html [3] https://copr.fedorainfracloud.org/coprs/g/python/python3.11/package/python-unicodecsv/ [4] https://bugzilla.redhat.com/show_bug.cgi?id=2021938