summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2004-11-06 23:45:48 (GMT)
committerTim Peters <tim.peters@gmail.com>2004-11-06 23:45:48 (GMT)
commit90cf212cefd270615a6d7ffa043e1cf3bd9ec9f2 (patch)
treea3d33b5d4f0819e9bd0f59329bc3aad39d78df07 /Misc
parentb12efd3f8a4f3387d66095090b37f22314fa5888 (diff)
downloadcpython-90cf212cefd270615a6d7ffa043e1cf3bd9ec9f2.zip
cpython-90cf212cefd270615a6d7ffa043e1cf3bd9ec9f2.tar.gz
cpython-90cf212cefd270615a6d7ffa043e1cf3bd9ec9f2.tar.bz2
Essentially SF patch 1061679: add missing __all__ to pickletools.py.
Harmless.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a472fea..1970900 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -26,6 +26,8 @@ Library
attempt is made to execute the remaining handlers. The last exception
raised is re-raised.
+- Patch 1061679: Added `__all__` to pickletools.py.
+
Build
-----