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.
Created on 2012年12月01日 17:26 by mindrones, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg176745 - (view) | Author: mindrones (mindrones) | Date: 2012年12月01日 17:26 | |
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 |
|||
| msg176746 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年12月01日 17:36 | |
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 |
|||
| msg176747 - (view) | Author: Ezio Melotti (ezio.melotti) * (Python committer) | Date: 2012年12月01日 17:37 | |
Fixed, thanks for the report! |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:38 | admin | set | github: 60793 |
| 2012年12月01日 17:37:07 | ezio.melotti | set | status: open -> closed type: enhancement assignee: docs@python -> ezio.melotti nosy: + ezio.melotti messages: + msg176747 resolution: fixed stage: resolved |
| 2012年12月01日 17:36:14 | python-dev | set | nosy:
+ python-dev messages: + msg176746 |
| 2012年12月01日 17:26:05 | mindrones | create | |