[New-bugs-announce] [issue16589] PrettyPrinter docs is incomplete

mindrones report at bugs.python.org
Sat Dec 1 18:26:05 CET 2012


New submission from mindrones:

Hi,

at http://docs.python.org/2.7/library/pprint.html#pprint.PrettyPrinter we see:
"class pprint.PrettyPrinter(...)"

while at http://docs.python.org/3.3/library/pprint.html#pprint.PrettyPrinter we see:
"class pprint.PrettyPrinter(indent=1, width=80, depth=None, stream=None)"

I think the first case is a bug.

Regards,
Luca

----------
assignee: docs at python
components: Documentation
messages: 176745
nosy: docs at python, mindrones
priority: normal
severity: normal
status: open
title: PrettyPrinter docs is incomplete
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16589>
_______________________________________


More information about the New-bugs-announce mailing list