python: add csv module by default
This commit is contained in:
parent
ee1b4dba0e
commit
e3fc0af6a3
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue