[issue25621] ast.literal_eval() fails on docstrings
New submission from Maxime Chambreuil: ast.literal_eval fails when there is docstrings in the file. I used the file attached and this code in our CI server: def is_installable_module(path): """return False if the path doesn't contain an installable odoo module, and
[issue25621] ast.literal_eval() fails on docstrings
Maxime Chambreuil added the comment: If I remove the docstrings on the first line, ast.literal_eval() does not fail. -- ___ Python tracker <http://bugs.python.org/issue25