Getting rid of cPickle. Mmm, feels good!

This commit is contained in:
Guido van Rossum 2007-07-20 00:22:32 +00:00
parent be6fe5476c
commit 99603b0c1e
22 changed files with 38 additions and 5846 deletions

View file

@ -33,7 +33,7 @@ import socket
import select
import SocketServer
import struct
import cPickle as pickle
import pickle
import threading
import Queue
import traceback