[issue10091] ast.literal_eval does not handled new set literals

Raymond Hettinger report at bugs.python.org
Mon Oct 18 21:33:45 CEST 2010


Raymond Hettinger <rhettinger at users.sourceforge.net> added the comment:

ast.literal_eval's docs: 

'The string or node provided may only consist of the following Python literal structures: strings, numbers, tuples, lists, dicts, booleans, and None.'

----------
resolution: out of date -> invalid

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10091>
_______________________________________


More information about the Python-bugs-list mailing list