Comment 57 for bug 1314129

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (stable/icehouse)

Reviewed: https://review.openstack.org/102036
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=8131a2eca838d1cb584646615e48fc11d8a90571
Submitter: Jenkins
Branch: stable/icehouse

commit 8131a2eca838d1cb584646615e48fc11d8a90571
Author: Ihar Hrachyshka <email address hidden>
Date: Tue Jun 24 00:13:17 2014 +0200

    Synced jsonutils from oslo-incubator

    The sync includes change that drastically enhances performance on Python
    2.6 with fresh simplejson library installed.

    Included commits:
    * jsonutils.py:
      - 1b901885: Enforce unicode json output for jsonutils.load[s]()
      - cd909d83: jsonutils.load() accepts file pointer, not string
      - d14f56f0: On Python <= 2.6, use simplejson if available

    This change also introduces new incubator module 'strutils' that is used
    by jsonutils now.

    Change-Id: Ief94101488214ddf93c3547a9c50134826b9b165
    Closes-Bug: 1314129