next up previous contents
Next: Persistent Objects Up: New in Release Previous: Exceptions Can Be

Object Persistency and Object Copying

Two new modules, pickle and shelve, support storage and retrieval of (almost) arbitrary Python objects on disk, using the dbm package. A third module, copy, provides flexible object copying operations. More information on these modules is provided in the Library Reference Manual.





guido@cwi.nl