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
>
> _
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
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
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