00b3f8a4c5
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 use ConfigParser in Python 3.2+. Closes-Bug: #1618666 Change-Id: I30fe51324ffcc0afbd02799449daee8f628634b6
7 lines
195 B
YAML
7 lines
195 B
YAML
|
|
---
|
|
fixes:
|
|
- Since SafeConfigParser is deprecated in Python version 3.2,
|
|
Trove uses ConfigParser for versions of Python >= 3.2 and
|
|
SafeConfigParser for earlier versions. (Bug 1618666)
|