This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author orsenthil
Recipients georg.brandl, orsenthil
Date 2009-05-11.10:41:31
SpamBayes Score 0.0009633643
Marked as misclassified No
Message-id <1242038494.64.0.807465783139.issue5994@psf.upfronthosting.co.za>
In-reply-to
Content
Help on built-in module marshal:

NAME
    marshal

FILE
    (built-in)

MODULE DOCS
    http://docs.python.org/library/marshal

FUNCTIONS
    dump(...)
    
    dumps(...)
    
    load(...)
    
    loads(...)

DATA
    version = 2
History
Date User Action Args
2009-05-11 10:41:35orsenthilsetrecipients: + orsenthil, georg.brandl
2009-05-11 10:41:34orsenthilsetmessageid: <1242038494.64.0.807465783139.issue5994@psf.upfronthosting.co.za>
2009-05-11 10:41:32orsenthillinkissue5994 messages
2009-05-11 10:41:31orsenthilcreate