[New-bugs-announce] [issue19805] Revise FAQ Dictionary: consistent key order item

Graham Wideman report at bugs.python.org
Wed Nov 27 05:32:09 CET 2013


New submission from Graham Wideman:

FAQ entry:
http://docs.python.org/3/faq/programming.html#how-can-i-get-a-dictionary-to-display-its-keys-in-a-consistent-order
claims that there's no way for a dictionary to return keys in a consistent order. However, there's OrderedDict which should probably be mentioned here.

----------
assignee: docs at python
components: Documentation
messages: 204550
nosy: docs at python, gwideman
priority: normal
severity: normal
status: open
title: Revise FAQ Dictionary: consistent key order item
type: enhancement
versions: Python 3.3

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


More information about the New-bugs-announce mailing list