mirror of
https://github.com/python/cpython.git
synced 2026-05-17 01:49:12 -04:00
8393608dd9
* Parameters after the var-positional parameter are now keyword-only instead of positional-or-keyword. * Correctly calculate min_kw_only. * Raise errors for invalid combinations of the var-positional parameter with "*", "/" and deprecation markers.
Source files for various builtin objects