summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2003-01-27 18:51:48 (GMT)
committerTim Peters <tim.peters@gmail.com>2003-01-27 18:51:48 (GMT)
commit8ecfc8ef9d6ffe0d9c732a438cb36e1e11480a19 (patch)
tree2794324a22ccdf5b32a8b9ebf7f8f49c6824daae /Misc
parent40e1ce4d73f8843b937465e93f639c00b0a73597 (diff)
downloadcpython-8ecfc8ef9d6ffe0d9c732a438cb36e1e11480a19.zip
cpython-8ecfc8ef9d6ffe0d9c732a438cb36e1e11480a19.tar.gz
cpython-8ecfc8ef9d6ffe0d9c732a438cb36e1e11480a19.tar.bz2
Moving pickletools.py from the sandbox into the std library. I started
this over the weekend, and it made faster & better progress than I expected -- it's already useful <wink>.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS8
1 files changed, 6 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6ff35fb..c88537b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -122,6 +122,10 @@ Extension modules
Library
-------
+- The new pickletools.py contains lots of documentation about pickle
+ internals, and supplies some helpers for working with pickles, such as
+ a symbolic pickle disassembler.
+
- Xmlrpclib.py now supports the builtin boolean type.
- py_compile has a new 'doraise' flag and a new PyCompileError
@@ -151,7 +155,7 @@ Library
the gain value which is passed to Tk. SF bug# 602259.
- Fix logging.handlers.SysLogHandler protocol when using UNIX domain sockets.
- See SF patch #642974.
+ See SF patch #642974.
Tools/Demos
-----------
@@ -214,7 +218,7 @@ Mac
- There are new dialogs EasyDialogs.AskFileForOpen, AskFileForSave
and AskFolder. The old macfs.StandardGetFile and friends are deprecated.
-
+
- Type Carbon.File.FSCatalogInfo and supporting methods have been implemented.
This also makes macfs.FSSpec.SetDates() work again.