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 grubert
Recipients docs@python, grubert
Date 2013-11-17.13:35:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384695347.39.0.482466517942.issue19631@psf.upfronthosting.co.za>
In-reply-to
Content
the doc says::

  exec_stmt ::= "exec" or_expr ["in" expression ["," expression]]

imho it should read ::

  exec_stmt ::= "exec" expression ["in" expression ["," expression]]
                | "exec(" expression [ ", expression" [ ", expression" ]] ")"
History
Date User Action Args
2013-11-17 13:35:47grubertsetrecipients: + grubert, docs@python
2013-11-17 13:35:47grubertsetmessageid: <1384695347.39.0.482466517942.issue19631@psf.upfronthosting.co.za>
2013-11-17 13:35:47grubertlinkissue19631 messages
2013-11-17 13:35:46grubertcreate