]> git.ipfire.org Git - thirdparty/gcc.git/commit
Use u'' instead of '' in libgdiagnostics/conf.py
authorJakub Jelinek <jakub@redhat.com>
Thu, 2 Jan 2025 10:57:40 +0000 (11:57 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 2 Jan 2025 10:57:40 +0000 (11:57 +0100)
commit13c4066ae31fcb8cdacbbf1c524a92151e92d25d
tree6d303df75bc4dfbd3e42573cf2690832470445b8
parente2c74f4956a6969cf668d8d2d333259a613392b1
Use u'' instead of '' in libgdiagnostics/conf.py

libgdiagnostics/conf.py breaks update-copyright.py --this-year,
which only accepts copyright year in u'' literals in python files,
not in ''.

2025-01-02  Jakub Jelinek  <jakub@redhat.com>

* doc/libgdiagnostics/conf.py: Use u'' instead of '' in
project and copyright initialization.
gcc/doc/libgdiagnostics/conf.py