Remove the dl module per PEP 3108.

This commit is contained in:
Neal Norwitz 2008-03-24 06:22:57 +00:00
parent e7789b186d
commit 6cf49cf106
11 changed files with 5 additions and 467 deletions

View file

@ -290,7 +290,6 @@ SRC.MODULES= $(addprefix $(TOP), \
Modules/cStringIO.c \
Modules/_csv.c \
Modules/datetimemodule.c \
Modules/dlmodule.c \
Modules/errnomodule.c \
Modules/fcntlmodule.c \
Modules/_functoolsmodule.c \