<p dir="ltr">On Jun 17, 2015 12:11 PM, "Amber Yust" <<a href="mailto:amber.yust@gmail.com">amber.yust@gmail.com</a>> wrote:<br>
><br>
> Interesting. I don't think I've ever seen it used, even having looked at Python 3 code. For those who have worked with more Python 3 code than I have, do you ever see it used?</p>
<p dir="ltr">Unfortunately, no, because at this point almost all py3 APIs I see are still aiming for py2/py3 compatibility, and there's really no good way to accomplish kw only args in py2. It can be done, but it's very cumbersome; not like range or print or whatever where you can just import something from six or add some parentheses.</p>
<p dir="ltr">In retrospect I wish this had been backported to 2.7, because they're super useful for making better APIs, but that ship has sailed.</p>
<p dir="ltr">-n<br>
</p>