xonsh/news/synstar.rst

16 lines
270 B
ReStructuredText
Raw Normal View History

2017-12-06 22:12:50 -05:00
**Added:** None
**Changed:** None
**Deprecated:** None
**Removed:** None
**Fixed:**
* Properly throw ``SyntaxError`` when no kwargs are defined
in a kwarg-only function. This used to throw a
``TypeError: 'NoneType' object is not iterable``.
**Security:** None