Thanks to visit codestin.com Credit goes to github.com
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 d2d521e commit 039b01dCopy full SHA for 039b01d
1 file changed
Doc/library/sys.rst
@@ -39,6 +39,9 @@ always available.
39
:data:`base_exec_prefix` will remain pointing to the base Python
40
installation (the one which the virtual environment was created from).
41
42
+ .. versionadded:: 3.3
43
+
44
45
.. data:: base_prefix
46
47
Set during Python startup, before ``site.py`` is run, to the same value as
@@ -49,6 +52,9 @@ always available.
49
52
50
53
51
54
55
56
57
58
.. data:: byteorder
59
60
An indicator of the native byte order. This will have the value ``'big'`` on
0 commit comments