mesa/bin
Erik Faye-Lund b6cc240db1 bin/gen_calendar_entries: fix newlines on windows
The documentation[1] for the csv module specifies that we should specify
newline='' when opening the output file. Without that, the module
garbles the newlines, writing them as \r\r\n on Windows instead of \r\n.

So let's do what the documentation says, and specify newline=''

[1]: https://docs.python.org/3/library/csv.html#id3

Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12405>
2022-01-16 08:39:44 +00:00
..
pick
.editorconfig
__init__.py
commit_in_branch.py
commit_in_branch_test.py
gen_calendar_entries.py bin/gen_calendar_entries: fix newlines on windows 2022-01-16 08:39:44 +00:00
gen_calendar_entries_test.py
gen_release_notes.py
gen_release_notes_test.py
git_sha1_gen.py
install_megadrivers.py
khronos-update.py
meson-cmd-extract.py
meson-options.py
meson.build
meson_get_version.py
perf-annotate-jit.py
pick-ui.py
post_version.py
post_version_test.py
symbols-check.py
update-android-headers.sh