mirror of
https://github.com/python/cpython.git
synced 2025-10-01 21:02:15 +00:00
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 9572132ab3
)
Co-authored-by: Eitan Adler <grimreaper@users.noreply.github.com>
This commit is contained in:
parent
b32f8897ea
commit
296b60acd0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
============================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue