Message6404

Author malthe
Recipients malthe
Date 2011-02-25.17:27:44
SpamBayes Score 9.2963186e-05
Marked as misclassified No
Message-id <1298654865.31.0.0166206812391.issue1710@psf.upfronthosting.co.za>
In-reply-to
Content
If you create a module using ``ast.Module([])``, then ``body`` attribute will be an ``_ast.astlist`` object. Try to extend this with anything. You'll get a traceback such as the attached.
History
Date User Action Args
2011-02-25 17:27:45malthesetrecipients: + malthe
2011-02-25 17:27:45malthesetmessageid: <1298654865.31.0.0166206812391.issue1710@psf.upfronthosting.co.za>
2011-02-25 17:27:45malthelinkissue1710 messages
2011-02-25 17:27:44malthecreate