[Python-checkins] Docs: be less specific about python versions (GH-6985) (GH-7008)

Serhiy Storchaka webhook-mailer at python.org
Sun May 20 11:14:42 EDT 2018


https://github.com/python/cpython/commit/296b60acd0f1fdc05310d5a2bbc83be47f73618d
commit: 296b60acd0f1fdc05310d5a2bbc83be47f73618d
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: Serhiy Storchaka <storchaka at gmail.com>
date: 2018-05-20T18:14:39+03:00
summary:

Docs: be less specific about python versions (GH-6985) (GH-7008)

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 at users.noreply.github.com>

files:
M Doc/howto/clinic.rst

diff --git a/Doc/howto/clinic.rst b/Doc/howto/clinic.rst
index 788a0eee2ba1..695fbb1be192 100644
--- a/Doc/howto/clinic.rst
+++ b/Doc/howto/clinic.rst
@@ -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
 ============================



More information about the Python-checkins mailing list