summaryrefslogtreecommitdiff
path: root/releasenotes/notes/fix-deprecated-SafeConfigParse-ca3fd3e9f52a8cc8.yaml
blob: cc2b777354b94ff929e59f6511730c38234de5a0 (plain)
1
2
3
4
5
6

---
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)