
On Tue, Jan 12, 2021 at 08:38:17PM +0000, Julien Palard via Python-Dev wrote:
- Some functions declarations are lacking a backslash, like print(*objects, sep=' ', end='n', ...
Which is bad.
Wouldn't this a bug with Sphinx? Why would that be special cased with a flag (strip_signature_backslash)?
For the moment this is where we go, but if
+1. Keeping the documentation dependency updated
I noticed that you suggested not to backport this PR https://github.com/python/cpython/pull/24142
* Would that mean we have to careful not to use/merge sphinx features like `no-trim-doctest-flags` to older docs?
* What would it take to keep all active versions of Cpython docs build at the same min version (possibly 3.2)?
As Cpython developer, I see nothing bad, but platform maintainers seem to have some concerns, and it will be good to see points against this.
Thank you, Senthil