Skip to content

Commit 721f3b2

Browse files
committed
Add docs
1 parent d796409 commit 721f3b2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Doc/library/sys.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1122,6 +1122,12 @@ always available.
11221122
``cache_tag`` is set to ``None``, it indicates that module caching should
11231123
be disabled.
11241124

1125+
*arch* describes the architecture of the current interpreter runtime system.
1126+
1127+
.. versionadded:: 3.14
1128+
1129+
.. availability:: Windows.
1130+
11251131
:data:`sys.implementation` may contain additional attributes specific to
11261132
the Python implementation. These non-standard attributes must start with
11271133
an underscore, and are not described here. Regardless of its contents,

0 commit comments

Comments
 (0)