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