[docs] [issue33130] functools.reduce signature/docstring discordance

Nick Coghlan report at bugs.python.org
Sun Apr 1 02:38:24 EDT 2018


Nick Coghlan <ncoghlan at gmail.com> added the comment:

+1 for switching over to `iterable` in the reduce docstring.

As a possible enhancement for 3.8+ only, it would be reasonable to start converting functools over to Argument Clinic in order to improve the introspection support. (Note that only some APIs could be converted though, as others have more complex signatures that AC doesn't yet support: https://bugs.python.org/issue20291)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33130>
_______________________________________


More information about the docs mailing list