python: add csv module by default

This commit is contained in:
Mathieu Virbel 2015-08-07 18:07:49 +02:00
parent ee1b4dba0e
commit e3fc0af6a3

View file

@ -23,6 +23,7 @@ datetime datetimemodule.c # date/time type
_bisect _bisectmodule.c # Bisection algorithms
fcntl fcntlmodule.c # fcntl(2) and ioctl(2)
select selectmodule.c # select(2); not on ancient System V
_csv _csv.c
_socket socketmodule.c
_md5 md5module.c md5.c
_sha shamodule.c