[Python-checkins] cpython: Add missing versionadded.

georg.brandl python-checkins at python.org
Sat May 26 09:11:19 CEST 2012


http://hg.python.org/cpython/rev/48b1cdda7133
changeset:   77158:48b1cdda7133
user:        Georg Brandl <georg at python.org>
date:        Sat May 26 09:11:22 2012 +0200
summary:
  Add missing versionadded.

files:
  Doc/library/sys.rst |  6 ++++++
  1 files changed, 6 insertions(+), 0 deletions(-)


diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst
--- a/Doc/library/sys.rst
+++ b/Doc/library/sys.rst
@@ -39,6 +39,9 @@
    :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 @@
    :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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list