Files
cpython/Python
Victor Stinner b2fd32b2f0 bpo-35766: compile(): rename feature_version parameter (GH-13994) (GH-14001)
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.

(cherry picked from commit efdf6ca90f)
2019-06-12 16:17:05 +02:00
..
2017-09-14 18:13:16 -07:00

Miscellaneous source files for the main Python shared library