[ buster ]
[ ソース: python-backports.csv ]
パッケージ: python-backports.csv (1.0.6-1)
python-backports.csv に関するリンク
Debian の資源:
python-backports.csv ソースパッケージをダウンロード:
- [python-backports.csv_1.0.6-1.dsc]
- [python-backports.csv_1.0.6.orig.tar.gz]
- [python-backports.csv_1.0.6-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [pypi.org]
類似のパッケージ:
Backport of the Python 3 CSV module for Python 2
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.