mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-14 04:14:52 +08:00
[nt] Add readinto (#14516)
This commit is contained in:
@@ -110,4 +110,7 @@ if sys.platform == "win32":
|
||||
if sys.version_info >= (3, 13):
|
||||
from os import fchmod as fchmod, lchmod as lchmod
|
||||
|
||||
if sys.version_info >= (3, 14):
|
||||
from os import readinto as readinto
|
||||
|
||||
environ: dict[str, str]
|
||||
|
||||
Reference in New Issue
Block a user