Grammar fix
This commit is contained in:
parent
2ff509fa88
commit
13217b06bf
|
@ -196,7 +196,7 @@ How well does OrderedDict work with the json module, PyYAML, and ConfigParser?
|
||||||
|
|
||||||
In Py2.6, the object_hook for json decoders passes-in an already built
|
In Py2.6, the object_hook for json decoders passes-in an already built
|
||||||
dictionary so order is lost before the object hook sees it. This
|
dictionary so order is lost before the object hook sees it. This
|
||||||
problem is being fixed for Python 2.7/3.1 by adding an new hook that
|
problem is being fixed for Python 2.7/3.1 by adding a new hook that
|
||||||
preserves order (see http://bugs.python.org/issue5381 ).
|
preserves order (see http://bugs.python.org/issue5381 ).
|
||||||
With the new hook, order can be preserved::
|
With the new hook, order can be preserved::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue