Kaydet (Commit) 66b343b6 authored tarafından Alexandre Vassalotti's avatar Alexandre Vassalotti

Removed exception renaming cruft in pickle.py.

üst 794652dd
...@@ -1308,9 +1308,6 @@ try: ...@@ -1308,9 +1308,6 @@ try:
from _pickle import * from _pickle import *
except ImportError: except ImportError:
Pickler, Unpickler = _Pickler, _Unpickler Pickler, Unpickler = _Pickler, _Unpickler
PickleError = _PickleError
PicklingError = _PicklingError
UnpicklingError = _UnpicklingError
# Shorthands # Shorthands
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment