Comment 7 for bug 898169

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to swift (master)

Reviewed: https://review.openstack.org/8658
Committed: http://github.com/openstack/swift/commit/c67e56848cec310193f17b4e006948a17006a442
Submitter: Jenkins
Branch: master

commit c67e56848cec310193f17b4e006948a17006a442
Author: Iryoung Jeong <email address hidden>
Date: Mon Jun 18 23:40:50 2012 +0900

    Use buffered gzip stream with python 2.7.

    - Fixes bug 898169.
    - It's possible to make GzipFile inherits io.BufferedIOBase in python
      2.6, but IMO it's better let people to use 2.7 if they really need
      this feature.

    Change-Id: I4c6e4858e3f616af892e7f4fa6daae0f6ee31723