Update of /cvsroot/python/python/dist/src/Misc In directory sc8-pr-cvs1:/tmp/cvs-serv2668/Misc Modified Files: NEWS Log Message: Add support for binary pickles to the shelve module. In some situations this can result in significantly smaller files. All classes as well as the open function now accept an optional binary parameter, which defaults to False for backward compatibility. Added a small test suite, updated the libref documentation (including documenting the exported classes and fixing a few other nits) and added a note about the change to Misc/NEWS. Index: NEWS =================================================================== RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v retrieving revision 1.553 retrieving revision 1.554 diff -C2 -d -r1.553 -r1.554 *** NEWS 6 Dec 2002 12:48:47 -0000 1.553 --- NEWS 8 Dec 2002 18:36:24 -0000 1.554 *************** *** 441,444 **** --- 441,448 ---- storage for scripts originally written with dictionaries in mind. + - shelve.open and the various classes in shelve.py now accept an optional + binary flag, which defaults to False. If True, the values stored in the + shelf are binary pickles. + - A new package, logging, implements the logging API defined by PEP 282. The code is written by Vinay Sajip.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4