Kaydet (Commit) 039b01d0 authored tarafından Georg Brandl's avatar Georg Brandl

Add missing versionadded.

üst d2d521ea
...@@ -39,6 +39,9 @@ always available. ...@@ -39,6 +39,9 @@ always available.
:data:`base_exec_prefix` will remain pointing to the base Python :data:`base_exec_prefix` will remain pointing to the base Python
installation (the one which the virtual environment was created from). installation (the one which the virtual environment was created from).
.. versionadded:: 3.3
.. data:: base_prefix .. data:: base_prefix
Set during Python startup, before ``site.py`` is run, to the same value as Set during Python startup, before ``site.py`` is run, to the same value as
...@@ -49,6 +52,9 @@ always available. ...@@ -49,6 +52,9 @@ always available.
:data:`base_exec_prefix` will remain pointing to the base Python :data:`base_exec_prefix` will remain pointing to the base Python
installation (the one which the virtual environment was created from). installation (the one which the virtual environment was created from).
.. versionadded:: 3.3
.. data:: byteorder .. data:: byteorder
An indicator of the native byte order. This will have the value ``'big'`` on An indicator of the native byte order. This will have the value ``'big'`` on
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment