commit | 513d142993bb8c13e6803727fa086e44eafc360f | [log] [tgz] |
---|---|---|
author | Pablo Galindo <Pablogsal@gmail.com> | Wed Apr 03 14:34:59 2019 -0400 |
committer | GitHub <noreply@github.com> | Wed Apr 03 14:34:59 2019 -0400 |
tree | 5f05e77b87f6256d569415c6d6abbb958949de7d | |
parent | 9c08eeb30ca0e551323467b62ae40e08e30839b3 [diff] |
[3.7] bpo-36440: include node names in ParserError messages, instead of numeric IDs (GH-12565) (GH-12671) The error messages in the parser module are referring to numeric IDs for the nodes. To improve readability, use the node names when reporting errors.. (cherry picked from commit cb0748d3939c31168ab5d3b80e3677494497d5e3) Co-authored-by: tyomitch <tyomitch@gmail.com>