[issue25810] Python 3 documentation for eval is incorrect

Irit Katriel report at bugs.python.org
Wed Dec 1 05:15:35 EST 2021


Irit Katriel <iritkatriel at gmail.com> added the comment:

Help is now showing

eval(source, globals=None, locals=None, /)

with the / that indicates the args are positional only. The docs were updated here to state that the args are positional.

----------
nosy: +iritkatriel
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list