← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1618666] Re: deprecated warning for SafeConfigParser

 

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 <xianming.mao@xxxxxxxxxxxx>
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


** Changed in: keystone
       Status: In Progress => Fix Released

** Bug watch added: Python Roundup #10627
   http://bugs.python.org/issue10627

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1618666

Title:
  deprecated warning for SafeConfigParser

Status in Glance:
  In Progress
Status in glance_store:
  In Progress
Status in OpenStack Identity (keystone):
  Fix Released
Status in neutron:
  Fix Released
Status in OpenStack Compute (nova):
  In Progress
Status in PBR:
  Fix Released
Status in python-swiftclient:
  In Progress
Status in OpenStack Object Storage (swift):
  In Progress
Status in OpenStack DBaaS (Trove):
  In Progress

Bug description:
  tox -e py34 is reporting a deprecation warning for SafeConfigParser

  /octavia/.tox/py34/lib/python3.4/site-packages/pbr/util.py:207: 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.
    parser = configparser.SafeConfigParser()

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1618666/+subscriptions