Comparing 3.1.31...3.1.32 · gitpython-developers/GitPython
Commits on Apr 10, 2023
Commits on Apr 22, 2023
Commits on Apr 23, 2023
Commits on May 15, 2023
-
Name top-level exceptions as private variables
`exc` is private to the module. Naming it `_exc` eliminates a collision with the `exc` submodule (one which would not be observable at runtime due to the import failing, but which confuses linters).