You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The version directive was added in #63929 (Nov 2013), to make it possible for a programmer to require a specific version of Argument Clinic. However, since the "version number" has been hard-coded to "1" since Nov 2013, the version directive has not been used in the CPython code base, and since Argument Clinic is an internal tool, I suggest we remove this feature.
The 'version' directive was introduced with pythongh-63929 in Nov 2013. It has
not been in use in the CPython code base, and the 'version' variable has
never been bumped.
The 'version' directive was introduced with gh-63929 in Nov 2013. It has
not been in use in the CPython code base, and the 'version' variable has
never been bumped.
…ython#113341)
The 'version' directive was introduced with pythongh-63929 in Nov 2013. It has
not been in use in the CPython code base, and the 'version' variable has
never been bumped.
Feature or enhancement
The
versiondirective was added in #63929 (Nov 2013), to make it possible for a programmer to require a specific version of Argument Clinic. However, since the "version number" has been hard-coded to "1" since Nov 2013, theversiondirective has not been used in the CPython code base, and since Argument Clinic is an internal tool, I suggest we remove this feature.Linked PRs
The text was updated successfully, but these errors were encountered: