diff options
author | Georg Brandl <georg@python.org> | 2008-03-21 21:05:03 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-03-21 21:05:03 (GMT) |
commit | 5f79446af07b8bd7821ca4aacc96895c811f2733 (patch) | |
tree | 54193c70debe1da27c732a65a2ea4045edc0d1f3 /Doc | |
parent | d290b04ee3645f8dd2e30c329c5ead2db16ece62 (diff) | |
download | cpython-5f79446af07b8bd7821ca4aacc96895c811f2733.zip cpython-5f79446af07b8bd7821ca4aacc96895c811f2733.tar.gz cpython-5f79446af07b8bd7821ca4aacc96895c811f2733.tar.bz2 |
Add missing versionadded tag.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/sys.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 17e3890..96bbe14 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 |