PBR

Comment 16 for bug 1618666

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

Reviewed: https://review.openstack.org/368617
Committed: https://git.openstack.org/cgit/openstack/swift/commit/?id=1f690df60c0ce7b627c4ebceaecaa5370ff10042
Submitter: Jenkins
Branch: master

commit 1f690df60c0ce7b627c4ebceaecaa5370ff10042
Author: Luong Anh Tuan <email address hidden>
Date: Mon Sep 12 15:01:29 2016 +0700

    Use ConfigParser instead of SafeConfigParser

    SafeConfigParser supports interpolation on top of ConfigParser in
    Python 2, and SafeConfigParser is deprecated in Python 3.2 and log
    warning like " DeprecationWarning: The SafeConfigParser class has
    been renamed to ConfigParser in Python 3.2. This alias will be removed
    in future versions. Use ConfigParser directly instead." So we can use
    ConfigParser if we don't need interpolation.

    Change-Id: I7e399b3cb90ded909e0d777a4d10c44f1e9299da
    Closes-Bug: #1618666