New submission from Senthil <orsent...@gmail.com>:

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

----------
assignee: georg.brandl
components: Documentation
messages: 87570
nosy: georg.brandl, orsenthil
priority: normal
severity: normal
status: open
title: help(marshal) just gives an outline; no help text provided.
type: behavior
versions: Python 2.6, Python 2.7, Python 3.0, Python 3.1

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5994>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to