[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnulib-tool.py: Prefer 'list.append(item)' over 'list += [item]'.
From: |
Collin Funk |
Subject: |
Re: gnulib-tool.py: Prefer 'list.append(item)' over 'list += [item]'. |
Date: |
Mon, 8 Apr 2024 18:38:41 -0700 |
User-agent: |
Mozilla Thunderbird |
Hi Bruno,
On 4/8/24 6:28 PM, Bruno Haible wrote:
> What about GLEmiter.py line 468?
Oops, good catch. I must have been focused on not messing with line
460:
emit += "# But here it has a '-gnulib' suffix.\n"
But forgot to come back to it.
You can apply the attached patch or fix it without a ChangeLog entry.
Not sure which is preferred.
Collin
0001-gnulib-tool.py-Use-single-quotes-for-strings-part-2.patch
Description: Text Data
- Re: Python list micro-benchmarks, (continued)
- Re: Python list micro-benchmarks, Bruno Haible, 2024/04/08
- Re: Python list micro-benchmarks, Collin Funk, 2024/04/08
- Re: Python list micro-benchmarks, Bruno Haible, 2024/04/08
- Re: Python list micro-benchmarks, Paul Eggert, 2024/04/08
- Re: Python list micro-benchmarks, Collin Funk, 2024/04/08
- gnulib-tool.py: Prefer 'list.append(item)' over 'list += [item]'., Collin Funk, 2024/04/08
- Re: gnulib-tool.py: Prefer 'list.append(item)' over 'list += [item]'., Bruno Haible, 2024/04/08
- Re: gnulib-tool.py: Prefer 'list.append(item)' over 'list += [item]'.,
Collin Funk <=