[issue16589] PrettyPrinter docs is incomplete

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@python components: Documentation messages: 176745 nosy: docs@python, mindrones priority: normal severity: normal status: open title: PrettyPrinter docs is incomplete versions: Python 2.7 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue16589> _______________________________________

Roundup Robot added the comment: New changeset 62fed5f18681 by Ezio Melotti in branch '2.7': #16589: fix pprint signatures in the doc (backport of 106ee4eb5970). http://hg.python.org/cpython/rev/62fed5f18681 ---------- nosy: +python-dev _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue16589> _______________________________________

Ezio Melotti added the comment: Fixed, thanks for the report! ---------- assignee: docs@python -> ezio.melotti nosy: +ezio.melotti resolution: -> fixed stage: -> committed/rejected status: open -> closed type: -> enhancement _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue16589> _______________________________________

Roundup Robot added the comment: New changeset 62fed5f18681 by Ezio Melotti in branch '2.7': #16589: fix pprint signatures in the doc (backport of 106ee4eb5970). http://hg.python.org/cpython/rev/62fed5f18681 ---------- nosy: +python-dev _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue16589> _______________________________________

Ezio Melotti added the comment: Fixed, thanks for the report! ---------- assignee: docs@python -> ezio.melotti nosy: +ezio.melotti resolution: -> fixed stage: -> committed/rejected status: open -> closed type: -> enhancement _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue16589> _______________________________________
participants (3)
-
Ezio Melotti
-
mindrones
-
Roundup Robot