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

11.4 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@cnri.reston.va.us