summaryrefslogtreecommitdiffstats
path: root/Doc/library/sys.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-01-05 20:11:13 (GMT)
committerGeorg Brandl <georg@python.org>2008-01-05 20:11:13 (GMT)
commit54fab8136e3094061be0bf5b3126957e9a4f922b (patch)
tree5dc756419d89cb6392cef61ac3c9100230914f78 /Doc/library/sys.rst
parentc2155835b49261c7f755774a16d6576c904395ec (diff)
downloadcpython-54fab8136e3094061be0bf5b3126957e9a4f922b.zip
cpython-54fab8136e3094061be0bf5b3126957e9a4f922b.tar.gz
cpython-54fab8136e3094061be0bf5b3126957e9a4f922b.tar.bz2
Remove versionadded/changed directives merged as an oversight.
Diffstat (limited to 'Doc/library/sys.rst')
-rw-r--r--Doc/library/sys.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst
index 0205937..4182a0b 100644
--- a/Doc/library/sys.rst
+++ b/Doc/library/sys.rst
@@ -371,8 +371,6 @@ always available.
take. It's usually ``2**31 - 1`` on a 32-bit platform and ``2**63 - 1`` on a
64-bit platform.
- .. versionadded:: 3.0
-
.. data:: maxunicode