mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Removed exception renaming cruft in pickle.py.
This commit is contained in:
parent
794652dd06
commit
66b343b65f
1 changed files with 0 additions and 3 deletions
|
@ -1308,9 +1308,6 @@ try:
|
|||
from _pickle import *
|
||||
except ImportError:
|
||||
Pickler, Unpickler = _Pickler, _Unpickler
|
||||
PickleError = _PickleError
|
||||
PicklingError = _PicklingError
|
||||
UnpicklingError = _UnpicklingError
|
||||
|
||||
# Shorthands
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue