]> granicus.if.org Git - python/commitdiff
Add missing versionadded.
authorGeorg Brandl <georg@python.org>
Sat, 26 May 2012 07:11:22 +0000 (09:11 +0200)
committerGeorg Brandl <georg@python.org>
Sat, 26 May 2012 07:11:22 +0000 (09:11 +0200)
Doc/library/sys.rst

index 1ba9005c6145c0add08e59bb06dbb951a971adb6..fd221fccad5c94d9597373d8cde8c718d956a7ee 100644 (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