Comment 3 for bug 1618666

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

Reviewed: https://review.openstack.org/368404
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=bdfa3c9400afa67053cb20490bce73cdb828b063
Submitter: Jenkins
Branch: master

commit bdfa3c9400afa67053cb20490bce73cdb828b063
Author: lilintan <email address hidden>
Date: Sun Sep 11 16:25:15 2016 +0800

    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.

    Closes-Bug: #1618666
    Change-Id: Ie5d38b86bb2ba3c83c7eb541de0389c6e4dcf654