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 ezio.melotti
Recipients docs@python, ezio.melotti, jstadler, ncoghlan, r.david.murray, terry.reedy
Date 2011-05-12.05:51:47
SpamBayes Score 3.838952e-05
Marked as misclassified No
Message-id <1305179508.68.0.729868464798.issue8824@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-05-12 05:51:48ezio.melottisetrecipients: + ezio.melotti, terry.reedy, ncoghlan, r.david.murray, docs@python, jstadler
2011-05-12 05:51:48ezio.melottisetmessageid: <1305179508.68.0.729868464798.issue8824@psf.upfronthosting.co.za>
2011-05-12 05:51:47ezio.melottilinkissue8824 messages
2011-05-12 05:51:47ezio.melotticreate