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 /Modules | |
parent | 15d3d045470dbd829bdc821d3d7f1efd35436538 (diff) | |
download | cpython-9cfc62c44f6532b90ce3de700cff680644cb2df6.zip cpython-9cfc62c44f6532b90ce3de700cff680644cb2df6.tar.gz cpython-9cfc62c44f6532b90ce3de700cff680644cb2df6.tar.bz2 |
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 86b8f84..17445d5 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. |