mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Add missing versionadded.
This commit is contained in:
parent
d2d521eafd
commit
039b01d015
1 changed files with 6 additions and 0 deletions
|
@ -39,6 +39,9 @@ always available.
|
|||
:data:`base_exec_prefix` will remain pointing to the base Python
|
||||
installation (the one which the virtual environment was created from).
|
||||
|
||||
.. versionadded:: 3.3
|
||||
|
||||
|
||||
.. data:: base_prefix
|
||||
|
||||
Set during Python startup, before ``site.py`` is run, to the same value as
|
||||
|
@ -49,6 +52,9 @@ always available.
|
|||
:data:`base_exec_prefix` will remain pointing to the base Python
|
||||
installation (the one which the virtual environment was created from).
|
||||
|
||||
.. versionadded:: 3.3
|
||||
|
||||
|
||||
.. data:: byteorder
|
||||
|
||||
An indicator of the native byte order. This will have the value ``'big'`` on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue