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.
1 parent d796409 commit 721f3b2Copy full SHA for 721f3b2
Doc/library/sys.rst
@@ -1122,6 +1122,12 @@ always available.
1122
``cache_tag`` is set to ``None``, it indicates that module caching should
1123
be disabled.
1124
1125
+ *arch* describes the architecture of the current interpreter runtime system.
1126
+
1127
+ .. versionadded:: 3.14
1128
1129
+ .. availability:: Windows.
1130
1131
:data:`sys.implementation` may contain additional attributes specific to
1132
the Python implementation. These non-standard attributes must start with
1133
an underscore, and are not described here. Regardless of its contents,
0 commit comments