New submission from Gerrit Ansmann :
According to the C-API documentation¹ for `Py_BuildValue`:
> The characters space, tab, colon and comma are ignored in format strings (but
> not within format units such as s#). This can be used to make long format
> strings a tad more readable.
Gerrit Ansmann added the comment:
> If you think the docs aren't clear enough then please feel free to submit a
> patch to make them a bit clearer.
I intend to do that. However, before I do so: Given that `find_loader` shall be
superseded by `find_spec`, how would I use the latter
New submission from Gerrit Ansmann:
According to my understanding, the `package`/`path` argument of the
`find_loader`/`find_spec` command should enable it to find modules in other
directories than the current one. Instead, these arguments seem to be ignored
and even changing the working