Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9572132

Browse files
grimreaperserhiy-storchaka
authored andcommitted
Docs: be less specific about python versions (GH-6985)
CPython 3.5 is old now, and we don't bump this version often, so lets avoid using specific versions.
1 parent 6655354 commit 9572132

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/howto/clinic.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Argument Clinic How-To
2222
compatibility for future versions. In other words: if you
2323
maintain an external C extension for CPython, you're welcome
2424
to experiment with Argument Clinic in your own code. But the
25-
version of Argument Clinic that ships with CPython 3.5 *could*
26-
be totally incompatible and break all your code.
25+
version of Argument Clinic that ships with the next version
26+
of CPython *could* be totally incompatible and break all your code.
2727

2828
The Goals Of Argument Clinic
2929
============================

0 commit comments

Comments
 (0)