]> granicus.if.org Git - python/commitdiff
Docs: be less specific about python versions (GH-6985)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 20 May 2018 15:09:58 +0000 (08:09 -0700)
committerGitHub <noreply@github.com>
Sun, 20 May 2018 15:09:58 +0000 (08:09 -0700)
CPython 3.5 is old now, and we don't bump this version often,
so lets avoid using specific versions.
(cherry picked from commit 9572132ab3c2edddb8087a0112116da866373f79)

Co-authored-by: Eitan Adler <grimreaper@users.noreply.github.com>
Doc/howto/clinic.rst

index 214b2bdef8275b80cd89e24089e17e8d13e65383..77b2aae088c3e9f4beee06f18a4eb2983ad4513a 100644 (file)
@@ -22,8 +22,8 @@ Argument Clinic How-To
   compatibility for future versions.  In other words: if you
   maintain an external C extension for CPython, you're welcome
   to experiment with Argument Clinic in your own code.  But the
-  version of Argument Clinic that ships with CPython 3.5 *could*
-  be totally incompatible and break all your code.
+  version of Argument Clinic that ships with the next version
+  of CPython *could* be totally incompatible and break all your code.
 
 The Goals Of Argument Clinic
 ============================