Unverified Kaydet (Commit) cef1f870 authored tarafından Miss Islington (bot)'s avatar Miss Islington (bot) Kaydeden (comit) GitHub

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.
(cherry picked from commit 9572132a)
Co-authored-by: 's avatarEitan Adler <grimreaper@users.noreply.github.com>
üst 49418f6d
...@@ -22,8 +22,8 @@ Argument Clinic How-To ...@@ -22,8 +22,8 @@ Argument Clinic How-To
compatibility for future versions. In other words: if you compatibility for future versions. In other words: if you
maintain an external C extension for CPython, you're welcome maintain an external C extension for CPython, you're welcome
to experiment with Argument Clinic in your own code. But the to experiment with Argument Clinic in your own code. But the
version of Argument Clinic that ships with CPython 3.5 *could* version of Argument Clinic that ships with the next version
be totally incompatible and break all your code. of CPython *could* be totally incompatible and break all your code.
The Goals Of Argument Clinic The Goals Of Argument Clinic
============================ ============================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment