mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-06 21:43:59 +08:00
[nt] Add readinto (#14516)
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
|
||||
_winapi.COPY_FILE_DIRECTORY
|
||||
compression.zlib.ZLIBNG_VERSION
|
||||
nt.readinto
|
||||
pathlib.Path.group
|
||||
pathlib.Path.owner
|
||||
zlib.ZLIBNG_VERSION
|
||||
|
||||
@@ -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