Add missing versionadded.

This commit is contained in:
Georg Brandl 2012-05-26 09:11:22 +02:00
parent d2d521eafd
commit 039b01d015

View file

@ -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