mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-06 21:43:59 +08:00
os.linesep can only be \n or \r\n (#14351)
This commit is contained in:
@@ -683,7 +683,7 @@ else:
|
||||
extsep: str
|
||||
pathsep: str
|
||||
defpath: str
|
||||
linesep: str
|
||||
linesep: Literal["\n", "\r\n"]
|
||||
devnull: str
|
||||
name: str
|
||||
|
||||
|
||||
Reference in New Issue
Block a user