Remove explicit empty `""` handling in ConfigParser by EliahKagan · Pull Request #2047 · gitpython-developers/GitPython

@EliahKagan

The ConfigParser has supported this for a long time, but it is now
done redundantly since gitpython-developers#2035. This adds a test for it, both to make
clearer that it is intended to work and to allow verifying that it
continues to hold once the legacy special-casing for it is removed.

@EliahKagan changed the title Remove explicit "" handling in ConfigParser Remove explicit empty "" handling in ConfigParser

Jun 8, 2025

@EliahKagan