Prevent GitHub's web conflict editor from converting LF to CRLF (#148739)

This commit is contained in:
Hugo van Kemenade
2026-04-19 12:21:17 +03:00
committed by GitHub
parent 4b33308137
commit 9e23652230
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -34,6 +34,9 @@ Lib/test/xmltestdata/* noeol
Lib/venv/scripts/common/activate text eol=lf
Lib/venv/scripts/posix/* text eol=lf
# Prevent GitHub's web conflict editor from converting LF to CRLF
*.rst text eol=lf
# CRLF files
[attr]dos text eol=crlf
@@ -1,2 +1,2 @@
Fix crash in :mod:`csv` reader when iterating with a re-entrant iterator
that calls :func:`next` on the same reader from within ``__next__``.
Fix crash in :mod:`csv` reader when iterating with a re-entrant iterator
that calls :func:`next` on the same reader from within ``__next__``.