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 ncoghlan
Recipients ncoghlan
Date 2013-03-20.02:34:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363746875.32.0.0832947039866.issue17490@psf.upfronthosting.co.za>
In-reply-to
Content
Currently, ast.literal_eval uses a long if/elif chain to implement the limited parsing of the AST. This issue proposes changing the implementation to make it easy to extend to cover some of the implementation details of PEP 436 (Argument Clinic).
History
Date User Action Args
2013-03-20 02:34:35ncoghlansetrecipients: + ncoghlan
2013-03-20 02:34:35ncoghlansetmessageid: <1363746875.32.0.0832947039866.issue17490@psf.upfronthosting.co.za>
2013-03-20 02:34:35ncoghlanlinkissue17490 messages
2013-03-20 02:34:35ncoghlancreate