[New-bugs-announce] [issue5994] help(marshal) just gives an outline; no help text provided.

Senthil report at bugs.python.org
Mon May 11 12:41:34 CEST 2009


New submission from Senthil <orsenthil at 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 <report at bugs.python.org>
<http://bugs.python.org/issue5994>
_______________________________________


More information about the New-bugs-announce mailing list