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 georg.brandl
Recipients georg.brandl, loewis
Date 2008-03-29.13:38:06
SpamBayes Score 0.29217762
Marked as misclassified No
Message-id <1206797890.8.0.128090233535.issue2505@psf.upfronthosting.co.za>
In-reply-to
Content
This patch adds two things to the _ast module:
* Nodes can be initialized with keyword arguments:
  m = _ast.Module(body=[...])

* Only attributes that are in _fields or _attributes can be set on nodes.

Martin, what do you think?
History
Date User Action Args
2008-03-29 13:38:11georg.brandlsetspambayes_score: 0.292178 -> 0.29217762
recipients: + georg.brandl, loewis
2008-03-29 13:38:10georg.brandlsetspambayes_score: 0.292178 -> 0.292178
messageid: <1206797890.8.0.128090233535.issue2505@psf.upfronthosting.co.za>
2008-03-29 13:38:09georg.brandllinkissue2505 messages
2008-03-29 13:38:08georg.brandlcreate