Re: [PATCH] Port update-copyright.py to Python3

2021-10-25 Thread Martin Liška
On 10/22/21 23:00, Thomas Schwinge wrote: |Turns out, there is another issue, observed in combination with a few "BadYear" occurrences due to "improper" copyright lines (Bill, for your information). OK to push "Fix 'contrib/update-copyright.py':| Thank you for the fix, it seems to me obvious

Re: [PATCH] Port update-copyright.py to Python3

2021-10-22 Thread Thomas Schwinge
Hi! On 2021-01-04T11:15:22+0100, Martin Liška wrote: > The patch ports the script to Python3. Turns out, there is another issue, observed in combination with a few "BadYear" occurrences due to "improper" copyright lines (Bill, for your information). OK to push "Fix 'contrib/update-copyright.py'

[PATCH] Port update-copyright.py to Python3

2021-01-04 Thread Martin Liška
The patch ports the script to Python3. There's a small issue that we have some ISO 8859 files, like: libstdc++-v3/testsuite/22_locale/messages/members/char/2.cc In that case we first try utf8 encoding and then iso8859 in Python's open function. I'm going to install the script if there are no ob