From 039b01d0153c5433ad36be725e4a66f510b9cbd9 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 26 May 2012 09:11:22 +0200 Subject: Add missing versionadded. --- Doc/library/sys.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 1ba9005..fd221fc 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -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 -- cgit v0.12