diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2007-08-24 02:51:04 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2007-08-24 02:51:04 (GMT) |
commit | 9cfc62c44f6532b90ce3de700cff680644cb2df6 (patch) | |
tree | 2379a8a30dbc87ad14df83522295b3cba36b12da /PC/os2emx/Makefile | |
parent | 15d3d045470dbd829bdc821d3d7f1efd35436538 (diff) | |
download | cpython-9cfc62c44f6532b90ce3de700cff680644cb2df6.zip cpython-9cfc62c44f6532b90ce3de700cff680644cb2df6.tar.gz cpython-9cfc62c44f6532b90ce3de700cff680644cb2df6.tar.bz2 |
cPickle was removed
Diffstat (limited to 'PC/os2emx/Makefile')
-rw-r--r-- | PC/os2emx/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/PC/os2emx/Makefile b/PC/os2emx/Makefile index 0761fb1..b84d22b 100644 --- a/PC/os2emx/Makefile +++ b/PC/os2emx/Makefile @@ -287,7 +287,6 @@ SRC.MODULES= $(addprefix $(TOP), \ Modules/cmathmodule.c \ Modules/_codecsmodule.c \ Modules/collectionsmodule.c \ - Modules/cPickle.c \ Modules/cStringIO.c \ Modules/_csv.c \ Modules/datetimemodule.c \ |