]> granicus.if.org Git - python/commitdiff
Docs: be less specific about python versions (GH-6985)
authorEitan Adler <grimreaper@users.noreply.github.com>
Sun, 20 May 2018 14:38:01 +0000 (07:38 -0700)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 20 May 2018 14:38:01 +0000 (17:38 +0300)
CPython 3.5 is old now, and we don't bump this version often,
so lets avoid using specific versions.

Doc/howto/clinic.rst

index 788a0eee2ba11986c310ac14cab0582971e5ec89..695fbb1be192b2e1408ec2a0ebd3cd3a951033e3 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
 ============================