os.linesep can only be \n or \r\n (#14351)

This commit is contained in:
sobolevn
2025-06-30 13:16:43 +03:00
committed by GitHub
parent 0c155fe92c
commit 85a64400d7
+1 -1
View File
@@ -683,7 +683,7 @@ else:
extsep: str
pathsep: str
defpath: str
linesep: str
linesep: Literal["\n", "\r\n"]
devnull: str
name: str