On Fri, 24 Feb 2023 at 06:29, Grant Edwards <grant.b.edwa...@gmail.com> wrote:
>
> On 2023-02-23, rbowman <bow...@montana.com> wrote:
> > On Wed, 22 Feb 2023 18:25:00 -0800 (PST), Hen Hanna wrote:
> >
> >> i sometimes  put  extra  commas...  as:
> >>
> >>                                [  1, 2,  3,  4,     ]
> >>
> >> so it is (or may be)  easier  to add things   later.
> >
> > That can bite you with things like JSON that aren't very forgiving.
>
> Oh, how I hate that about JSON...
>

Also C#, it's incredibly frustrating that I'm not allowed to have a
trailing comma in a function's argument list. Ugh. Completely
unnecessary restriction.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to