commit | e799aa8b92c195735f379940acd9925961ad04ec | [log] [tgz] |
---|---|---|
author | Batuhan Taskaya <batuhanosmantaskaya@gmail.com> | Sun Oct 04 03:46:44 2020 +0300 |
committer | GitHub <noreply@github.com> | Sat Oct 03 17:46:44 2020 -0700 |
tree | a0308940ce67e0535be861bfc94f3d830bba6734 | |
parent | 7f54e563dc150cd670ca8df678437455c3a7f2cd [diff] |
bpo-41887: omit leading spaces/tabs on ast.literal_eval (#22469) Also document that eval() does this (the same way).