diff options
Diffstat (limited to 'Lib/pickle.py')
-rw-r--r-- | Lib/pickle.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/pickle.py b/Lib/pickle.py index 3d2ebd2..8e772e7 100644 --- a/Lib/pickle.py +++ b/Lib/pickle.py @@ -163,7 +163,6 @@ _tuplesize2code = [EMPTY_TUPLE, TUPLE1, TUPLE2, TUPLE3] __all__.extend([x for x in dir() if re.match("[A-Z][A-Z0-9_]+$",x)]) -del x # Pickling machinery |