We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
readinto
1 parent 2888ec7 commit 731090cCopy full SHA for 731090c
stdlib/@tests/stubtest_allowlists/win32-py314.txt
@@ -4,7 +4,6 @@
4
5
_winapi.COPY_FILE_DIRECTORY
6
compression.zlib.ZLIBNG_VERSION
7
-nt.readinto
8
pathlib.Path.group
9
pathlib.Path.owner
10
zlib.ZLIBNG_VERSION
stdlib/nt.pyi
@@ -110,4 +110,7 @@ if sys.platform == "win32":
110
if sys.version_info >= (3, 13):
111
from os import fchmod as fchmod, lchmod as lchmod
112
113
+ if sys.version_info >= (3, 14):
114
+ from os import readinto as readinto
115
+
116
environ: dict[str, str]
0 commit comments