mirror of
https://github.com/python/cpython.git
synced 2026-05-04 09:31:02 +00:00
[3.14] Prevent GitHub's web conflict editor from converting LF to CRLF (GH-148739) (#148748)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
parent
b0104a9cfe
commit
f2a0dcbfac
2 changed files with 5 additions and 2 deletions
3
.gitattributes
vendored
3
.gitattributes
vendored
|
|
@ -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__``.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue