mirror of
https://github.com/python/cpython.git
synced 2026-05-12 23:49:15 -04:00
df395991f6
For example, "def f(*, a = 3,): pass" is now legal. Patch from Mark Dickinson.