Faster jump table for the builtin functions
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. Bests, -- [Julien Palard](https://mdk.fr)
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.
participants (2)
-
Julien Palard -
Ned Deily