[issue40309] “unmatched paren” for space before parenthesis in Py_BuildValue

2020-04-17 Thread Gerrit Ansmann
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.

[issue27059] find_spec and find_loader ignore package/path argument

2016-05-20 Thread Gerrit Ansmann
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

[issue27059] find_spec and find_loader ignore package/path argument

2016-05-19 Thread Gerrit Ansmann
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