freebsd-ports/devel/py-backports.csv/pkg-descr
Dmitry Marakasov c637402081 Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.

Approved by:	portmgr blanket, mat
2018-04-25 16:42:37 +00:00

10 lines
403 B
Plaintext

The API of the csv module in Python 2 is drastically different from the csv
module in Python 3. This is due, for the most part, to the difference between
str in Python 2 and Python 3.
The semantics of Python 3's version are more useful because they support unicode
natively, while Python 2's csv does not.
WWW: https://pypi.org/project/backports.csv/
WWW: https://github.com/ryanhiebert/backports.csv