[Doc-SIG] Faster jump table for the builtin functions
Ned Deily
nad at python.org
Fri Jul 10 07:01:11 EDT 2020
On 2020-07-07 13:07, Julien Palard via Doc-SIG wrote:
> I don't know for you, but I often use by browser search to find a
> builtin function because it's faster than my eyes on the jump table :(
>
> I think little enhancements come from little frustrations...
>
> So I think it can be enhanced and I opened
> https://github.com/python/cpython/pull/21376 to try myself at it, but
> I'm bad at UI/UX so I'd happily get feedback on it.
I think it's a great improvement! And it uses the same amount of space
more effectively.
I think it would be great to backport that to the 3.9 docs.
More information about the Doc-SIG
mailing list