Chad Netzer
Chad Netzer
I did some testing with a tree walking implementation that uses os.walk(), and one which uses os.scandir() (running on Python3). The performance for both is about equal on Python 3,...
When playing with the patches that make the user specify '-T' and '-P' to enable linking only if time and owner/permissions match, the default behavior now seems too surprising to...
I'd leave it, since it is part of the text of the official GPL downloadable at: https://www.gnu.org/licenses/gpl-2.0.txt If anything, I'd suggest replacing with the downloadable version (which has a few...
Yes, the algorithm when the "filenames-equal" option is enabled, is order dependent, and so the tests can fail depending on the order that the OS returns the filenames when iterating...
@akaihola Well, sorting directory iteration might at least make the tests work consistently, but there are other problems with the existing algorithm (which I discussed in my other reply) that...