summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-05-27 06:18:51 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-05-27 06:18:51 (GMT)
commit5541aa35d04ed2bb168bc81e7dae31f5367b15c5 (patch)
tree241fe7590454c2c8fc8f5fa4346ba705082e6098 /Doc
parent496790b5413a28eb240033f4900099fff40b01e6 (diff)
downloadcpython-5541aa35d04ed2bb168bc81e7dae31f5367b15c5.zip
cpython-5541aa35d04ed2bb168bc81e7dae31f5367b15c5.tar.gz
cpython-5541aa35d04ed2bb168bc81e7dae31f5367b15c5.tar.bz2
stop talking about svn
Diffstat (limited to 'Doc')
-rw-r--r--Doc/faq/general.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/Doc/faq/general.rst b/Doc/faq/general.rst
index 09a1891..f88f1de 100644
--- a/Doc/faq/general.rst
+++ b/Doc/faq/general.rst
@@ -146,10 +146,9 @@ labeled 2.0aN precede the versions labeled 2.0bN, which precede versions labeled
2.0cN, and *those* precede 2.0.
You may also find version numbers with a "+" suffix, e.g. "2.2+". These are
-unreleased versions, built directly from the Subversion trunk. In practice,
-after a final minor release is made, the Subversion trunk is incremented to the
-next minor version, which becomes the "a0" version,
-e.g. "2.4a0".
+unreleased versions, built directly from the CPython development repository. In
+practice, after a final minor release is made, the version is incremented to the
+next minor version, which becomes the "a0" version, e.g. "2.4a0".
See also the documentation for :data:`sys.version`, :data:`sys.hexversion`, and
:data:`sys.version_info`.