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.