mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Getting rid of cPickle. Mmm, feels good!
This commit is contained in:
parent
be6fe5476c
commit
99603b0c1e
22 changed files with 38 additions and 5846 deletions
|
|
@ -22,7 +22,7 @@ import sys
|
|||
import copy
|
||||
import xdrlib
|
||||
import random
|
||||
import cPickle as pickle
|
||||
import pickle
|
||||
|
||||
try:
|
||||
# For Pythons w/distutils pybsddb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue