[New-bugs-announce] [issue6945] pprint.pprint does not pprint unsortable dicts in Python 3

Armin Ronacher report at bugs.python.org
Sat Sep 19 11:26:59 CEST 2009


New submission from Armin Ronacher <armin.ronacher at active-4.com>:

Currently pprint does not work on dicts it cannot sort.  Because in
Python 3 sorted(x.items()) is no longer guaranteed to work a new sorting
solution has to be found.

----------
messages: 92862
nosy: aronacher
severity: normal
status: open
title: pprint.pprint does not pprint unsortable dicts in Python 3
versions: Python 3.1

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


More information about the New-bugs-announce mailing list