Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6655354 commit 9572132Copy full SHA for 9572132
1 file changed
Doc/howto/clinic.rst
@@ -22,8 +22,8 @@ Argument Clinic How-To
22
compatibility for future versions. In other words: if you
23
maintain an external C extension for CPython, you're welcome
24
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.
+ version of Argument Clinic that ships with the next version
+ of CPython *could* be totally incompatible and break all your code.
27
28
The Goals Of Argument Clinic
29
============================
0 commit comments