
python-checkins at python
Nov 8, 2009, 10:20 AM
Post #1 of 1
(126 views)
Permalink
|
|
r76152 - peps/trunk/pep-0372.txt
|
|
Author: andrew.kuchling Date: Sun Nov 8 17:31:00 2009 New Revision: 76152 Log: Grammar fix Modified: peps/trunk/pep-0372.txt Modified: peps/trunk/pep-0372.txt ============================================================================== --- peps/trunk/pep-0372.txt (original) +++ peps/trunk/pep-0372.txt Sun Nov 8 17:31:00 2009 @@ -196,7 +196,7 @@ 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 - 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 ). With the new hook, order can be preserved:: _______________________________________________ Python-checkins mailing list Python-checkins [at] python http://mail.python.org/mailman/listinfo/python-checkins
|