Nick Coghlan wrote:
On Mon, Nov 5, 2012 at 10:08 PM, Mark Dickinson <[email protected]> wrote:

In Python 2, the 'exec' statement supports 'exec'-ing a (statement,
globals, locals) tuple:

If this is a deliberate feature, I'd guess it's because exec
is a statement rather than a function in Python 2, so you
can't use * to pass a tuple of arguments to it.

--
Greg


_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to