mirror of
https://github.com/python/cpython.git
synced 2025-11-14 07:49:28 +00:00
Added _csv module, and getting rid of macfs.
This commit is contained in:
parent
bb829b7c02
commit
6fa2dc70b8
2 changed files with 4 additions and 2 deletions
|
|
@ -109,6 +109,7 @@ def genallprojects(force=0):
|
|||
genpluginproject("carbon", "gdbm",
|
||||
libraries=["gdbm.ppc.gusi.lib"],
|
||||
extradirs=["::::gdbm:mac", "::::gdbm"])
|
||||
genpluginproject("carbon", "_csv", sources=["_csv.c"])
|
||||
genpluginproject("carbon", "_weakref", sources=["_weakref.c"])
|
||||
genpluginproject("carbon", "_symtable", sources=["symtablemodule.c"])
|
||||
# Example/test modules
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue