Commit 8ecfc8ef authored by Tim Peters's avatar Tim Peters

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>.
parent 40e1ce4d
This diff is collapsed.
import pickletools
from test import test_support
test_support.run_doctest(pickletools)
...@@ -122,6 +122,10 @@ Extension modules ...@@ -122,6 +122,10 @@ Extension modules
Library 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. - Xmlrpclib.py now supports the builtin boolean type.
- py_compile has a new 'doraise' flag and a new PyCompileError - py_compile has a new 'doraise' flag and a new PyCompileError
...@@ -151,7 +155,7 @@ Library ...@@ -151,7 +155,7 @@ Library
the gain value which is passed to Tk. SF bug# 602259. the gain value which is passed to Tk. SF bug# 602259.
- Fix logging.handlers.SysLogHandler protocol when using UNIX domain sockets. - Fix logging.handlers.SysLogHandler protocol when using UNIX domain sockets.
See SF patch #642974. See SF patch #642974.
Tools/Demos Tools/Demos
----------- -----------
...@@ -214,7 +218,7 @@ Mac ...@@ -214,7 +218,7 @@ Mac
- There are new dialogs EasyDialogs.AskFileForOpen, AskFileForSave - There are new dialogs EasyDialogs.AskFileForOpen, AskFileForSave
and AskFolder. The old macfs.StandardGetFile and friends are deprecated. and AskFolder. The old macfs.StandardGetFile and friends are deprecated.
- Type Carbon.File.FSCatalogInfo and supporting methods have been implemented. - Type Carbon.File.FSCatalogInfo and supporting methods have been implemented.
This also makes macfs.FSSpec.SetDates() work again. This also makes macfs.FSSpec.SetDates() work again.
......
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