]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Allow set literals in literal_eval().
authorGeorg Brandl <georg@python.org>
Sun, 11 Jul 2010 09:41:21 +0000 (09:41 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 11 Jul 2010 09:41:21 +0000 (09:41 +0000)
commit492f3fc272a3b3e941f0911a1ef722065c58452e
treeef0c03388315f50c310fc87766fec3aee337c64e
parente40ee509e35edd7dcab4009c4a65efc626527bb8
Allow set literals in literal_eval().
Doc/library/ast.rst
Lib/ast.py
Misc/NEWS