[issue28964] AST literal_eval exceptions provide no information about line number

2020-12-27 Thread Steve Merritt
Steve Merritt added the comment: Thank you! On Fri, Dec 25, 2020 at 11:05 AM Batuhan Taskaya wrote: > > Change by Batuhan Taskaya : > > > -- > resolution: -> fixed > stage: patch review -> resolved > status: open -> closed > > _

[issue28964] AST literal_eval exceptions provide no information about line number

2017-04-26 Thread Steve Merritt
Steve Merritt added the comment: I'll try to get to it this weekend. A bit swamped on another project right now. Thanks for the interest and the reminder! -- ___ Python tracker <http://bugs.python.org/is

[issue28964] AST literal_eval exceptions provide no information about line number

2017-01-01 Thread Steve Merritt
Steve Merritt added the comment: We're using Python dictionaries to express sizeable (read: 100-600 lines) chunks of configuration data. We previously used JSON, but we now use Jinja2 to template chunks of this configuration data, and JSON's inability to handle trailing commas creates

[issue28964] AST literal_eval exceptions provide no information about line number

2016-12-13 Thread Steve Merritt
New submission from Steve Merritt: Without line numbers, debugging syntax errors in large documents is a tedious and painful process. -- components: Library (Lib) files: mywork.patch keywords: patch messages: 283142 nosy: stevemerritt priority: normal severity: normal status: open