< BACKMake Note | BookmarkCONTINUE >
152015024128143245168232148039199167010047123209178152124239215162146120131233222061046165

pickle

The pickle module handles object serialization by converting Python objects to/from portable strings (byte-streams).

See Chapter 8, "Working with Databases," for details.


Last updated on 1/30/2002
Python Developer's Handbook, © 2002 Sams Publishing

< BACKMake Note | BookmarkCONTINUE >

Index terms contained in this section

modules
      pickle
pickle module

© 2002, O'Reilly & Associates, Inc.