mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59: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
|
@ -28,10 +28,7 @@ To use, simply 'import logging' and log away!
|
|||
"""
|
||||
|
||||
import sys, logging, socket, os, struct, time, glob
|
||||
try:
|
||||
import cPickle as pickle
|
||||
except ImportError:
|
||||
import pickle
|
||||
import pickle
|
||||
from stat import ST_DEV, ST_INO
|
||||
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue