Comment 6 for bug 1618666

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

Reviewed: https://review.openstack.org/368413
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=408820cbe360e94388d63ba1778f020e9894cdce
Submitter: Jenkins
Branch: master

commit 408820cbe360e94388d63ba1778f020e9894cdce
Author: xianming mao <email address hidden>
Date: Sun Sep 11 16:58:13 2016 +0800

    Use ConfigParser instead of SafeConfigParser

    The SafeConfigParser class has been renamed to ConfigParser in Python
    3.2 [1]. This alias will be removed in future versions.So we can use
    ConfigParser directly instead.

    [1] http://bugs.python.org/issue10627

    Closes-Bug: #1618666
    Change-Id: If01186cefad2149d65ffcc1fc6550d72d26f5b11