lazr-config DeprecationWarning due to parser.readfp
Bug #1870199 reported by
Hanno Böck
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
lazr.config |
Fix Released
|
Low
|
Colin Watson |
Bug Description
I'm getting these warnings with an application which uses lazr-config when PYTHONWARNINGS=d is set:
/usr/lib64/
parser.
/usr/lib64/
parser.
I think they speak for themselve.
Related branches
lp://staging/~cjwatson/lazr.config/py3-configparser-readfp-deprecated
- Cristian Gonzalez (community): Approve
-
Diff: 54 lines (+12/-2)2 files modifiedNEWS.rst (+4/-0)
src/lazr/config/_config.py (+8/-2)
Changed in lazr.config: | |
status: | New → In Progress |
importance: | Undecided → Low |
assignee: | nobody → Colin Watson (cjwatson) |
To post a comment you must log in.
2.2.3 (2021-01-26)
==================
- Fix tests with zope.interface >= 5.0.0.
- Fix deprecation warning on Python >= 3.2. (LP: #1870199)