stop talking about svn
authorBenjamin Peterson <benjamin@python.org>
Fri, 27 May 2016 06:18:51 +0000 (23:18 -0700)
committerBenjamin Peterson <benjamin@python.org>
Fri, 27 May 2016 06:18:51 +0000 (23:18 -0700)
Doc/faq/general.rst

index 3f7152967484a6afaf509a0b99a4496cec681299..6b773dd1e98f9e540576e73c1448115fb451d777 100644 (file)
@@ -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`.