]> granicus.if.org Git - python/commit
Issue #20196: Fixed a bug where Argument Clinic did not generate correct
authorLarry Hastings <larry@hastings.org>
Sun, 12 Jan 2014 16:49:30 +0000 (08:49 -0800)
committerLarry Hastings <larry@hastings.org>
Sun, 12 Jan 2014 16:49:30 +0000 (08:49 -0800)
commit583baa8fef6b69d32b8c41b777c879e387ea46e3
treec8dc85c555b6aa5a1aaa2c8f251387d59c05b975
parenta70805e1fa592076cc1188a62fbf35b6b863c430
Issue #20196: Fixed a bug where Argument Clinic did not generate correct
parsing code for functions with positional-only parameters where all arguments
are optional.
Misc/NEWS
Tools/clinic/clinic.py