Message4381

Author thobes
Recipients fabioz, thobes
Date 2009-03-29.23:48:23
SpamBayes Score 0.00038493442
Marked as misclassified No
Message-id <1238370503.75.0.46440180438.issue1294@psf.upfronthosting.co.za>
In-reply-to
Content
In this case the exec statement will be called with a tuple with 3 parts
as it's first argument. This emulates the 3.x behavior, the "normal" 2.x
behavior is "exec stmt [in globals [, locals]]".
Apparently exec should be able to accept a tuple as first "argument" in 2.x.
History
Date User Action Args
2009-03-29 23:48:23thobessetmessageid: <1238370503.75.0.46440180438.issue1294@psf.upfronthosting.co.za>
2009-03-29 23:48:23thobessetrecipients: + thobes, fabioz
2009-03-29 23:48:23thobeslinkissue1294 messages
2009-03-29 23:48:23thobescreate