[issue8824] Improve documentation of exec

Ezio Melotti report at bugs.python.org
Thu May 12 07:51:48 CEST 2011


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

In 3.x exec is a function, so the reference to 'in' should be removed/updated.  On 2.x it might be better to just use ``in`` instead of :keyword:`in`, because the latter probably links to the 'in' operator that checks for containment.

----------
nosy: +ezio.melotti
stage:  -> patch review
versions: +Python 3.3 -Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8824>
_______________________________________


More information about the Python-bugs-list mailing list