diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2007-08-24 02:51:04 +0000 |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2007-08-24 02:51:04 +0000 |
commit | 9cfc62c44f6532b90ce3de700cff680644cb2df6 (patch) | |
tree | 2379a8a30dbc87ad14df83522295b3cba36b12da /Modules | |
parent | 15d3d045470dbd829bdc821d3d7f1efd35436538 (diff) | |
download | cpython-git-9cfc62c44f6532b90ce3de700cff680644cb2df6.tar.gz |
cPickle was removed
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/Setup.dist | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist index 86b8f842c0..17445d5db2 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -350,9 +350,8 @@ _symtable symtablemodule.c # Fred Drake's interface to the Python parser #parser parsermodule.c -# cStringIO and cPickle +# cStringIO #cStringIO cStringIO.c -#cPickle cPickle.c # Lee Busby's SIGFPE modules. |