pyproject-flake8 icon indicating copy to clipboard operation
pyproject-flake8 copied to clipboard

Issue with configparser

Open thismatters opened this issue 2 years ago • 2 comments

Running python 3.12 I'm seeing the following error at runtime:

AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'

Per the Python 3.11 release notes, SafeConfigParser was slated for removal in 3.12.

thismatters avatar Nov 26 '23 01:11 thismatters

Sorry for the delay. Should be fixed in 7.0.0(a1) now.

csachs avatar Apr 09 '24 22:04 csachs

I can confirm that version 7> is working fine.

rgildein avatar May 28 '24 08:05 rgildein