Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 039b01d

Browse files
committed
Add missing versionadded.
1 parent d2d521e commit 039b01d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Doc/library/sys.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ always available.
3939
:data:`base_exec_prefix` will remain pointing to the base Python
4040
installation (the one which the virtual environment was created from).
4141

42+
.. versionadded:: 3.3
43+
44+
4245
.. data:: base_prefix
4346

4447
Set during Python startup, before ``site.py`` is run, to the same value as
@@ -49,6 +52,9 @@ always available.
4952
:data:`base_exec_prefix` will remain pointing to the base Python
5053
installation (the one which the virtual environment was created from).
5154

55+
.. versionadded:: 3.3
56+
57+
5258
.. data:: byteorder
5359

5460
An indicator of the native byte order. This will have the value ``'big'`` on

0 commit comments

Comments
 (0)