Ezio Melotti <ezio.melo...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue8824>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to