There is a backport of the configparser changes in Python 3.x called simply "configparser". With your newly introduced polyglot imports, your package might override the backport, e.g. it won't be possible to use both together.
Please consider adding the configparser backport to the list of python-future's requirements, which will solve this issue.
There is a backport of the configparser changes in Python 3.x called simply "configparser". With your newly introduced polyglot imports, your package might override the backport, e.g. it won't be possible to use both together.
Please consider adding the configparser backport to the list of python-future's requirements, which will solve this issue.