bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnulib-tool.py in wget


From: Collin Funk
Subject: Re: gnulib-tool.py in wget
Date: Thu, 11 Apr 2024 01:38:13 -0700
User-agent: Mozilla Thunderbird

Hi Bruno,

On 4/10/24 5:07 AM, Bruno Haible wrote:
> The reason is a different order of the languages in LINGUAS.
> gnulib-tool.sh uses
>   LC_ALL=C ls -1 *.po | sed -e 's,\.po$,,'
> which produces sorted output. Whereas GLImport.py uses
>   for file in os.listdir(joinpath(destdir, pobase))
> which lacks the sorting.

I don't seem to be able to run into this sorting issue on my system.
But from the os.listdir documentation, "The list is in arbitrary
order" [1]. So what is there now seems incomplete.

Can you test the attached patch for me? It is just an addition of a
sorted() call, which should hopefully fix it.

[1] https://docs.python.org/3/library/os.html#os.listdir

Collin

Attachment: sorted.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]