From 5f79446af07b8bd7821ca4aacc96895c811f2733 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 21 Mar 2008 21:05:03 +0000 Subject: [PATCH] Add missing versionadded tag. --- Doc/library/sys.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 17e3890a90..96bbe14ff0 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -617,6 +617,8 @@ always available. Bool containing the status of the Python 3.0 warning flag. It's ``True`` when Python is started with the -3 option. + .. versionadded:: 2.6 + .. data:: dont_write_bytecode -- 2.50.1