On Thu, Nov 14, 2024 at 3:51 PM Vincent Fazio <vfazio@xxxxxxxxxxx> wrote: > > The internal submodule shouldn't be exposed as part of the public > interface, so mark it private following PEP 8 convention [0]. > > [0]: https://peps.python.org/pep-0008/#public-and-internal-interfaces > Signed-off-by: Vincent Fazio <vfazio@xxxxxxxxxxx> > --- FYI this broke `make dist` because the Makefile still tries to package internal.py (without the '_' prefix). I fixed it in tree. Bart