commit | efdf6ca90f7702824e7aeee1ceca949e7c20288a | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Wed Jun 12 02:52:16 2019 +0200 |
committer | GitHub <noreply@github.com> | Wed Jun 12 02:52:16 2019 +0200 |
tree | a2c5c8e15727ea81da25c850522de4e201f36829 | |
parent | 10b55c1643b512b3a2cae8ab89c53683a13ca43e [diff] |
bpo-35766: compile(): rename feature_version parameter (GH-13994) Rename compile() feature_version parameter to _feature_version and convert it to a keyword-only parameter. Update also test_type_comments to pass feature_version as a tuple.