This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author random832
Recipients SilentGhost, aroberge, docs@python, random832
Date 2015-12-05.20:35:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449347739.11.0.875737881174.issue25810@psf.upfronthosting.co.za>
In-reply-to
Content
Whatever the case may be, it *doesn't* support keyword arguments. e.g.:

>>> eval("a+b", globals={'a':1}, locals={'b':2})
TypeError: eval() takes no keyword arguments

So as the current situation stands, the documentation is wrong, and the help string is consistent with the code's actual behavior. Confirmed in Python 3.5.0.
History
Date User Action Args
2015-12-05 20:35:39random832setrecipients: + random832, aroberge, SilentGhost, docs@python
2015-12-05 20:35:39random832setmessageid: <1449347739.11.0.875737881174.issue25810@psf.upfronthosting.co.za>
2015-12-05 20:35:39random832linkissue25810 messages
2015-12-05 20:35:39random832create