commit | 9cfc62c44f6532b90ce3de700cff680644cb2df6 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Fri Aug 24 02:51:04 2007 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Fri Aug 24 02:51:04 2007 +0000 |
tree | 2379a8a30dbc87ad14df83522295b3cba36b12da | |
parent | 15d3d045470dbd829bdc821d3d7f1efd35436538 [diff] [blame] |
cPickle was removed
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 @@ # 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.