![]() * Added kw_only support for py2 * Docs update * Added changelog * Better exception message, moved code to function * Moved py2-only functions under if PY2: * Tested fancy error message for unexpected kw-only argument * Tested fancy error message for unexpected kw-only argument * Fixed line length * Added versionchanged * Updated docs * Moved functions back under if PY2 - seems codecov doesn't like them in module scope * Blacked * Fixed changelog.d * Removed redundant brackets in test * Added assertion to the _unpack_kw_only_lines_py2 - hope it will increase code coverage * List comprehension -> for loop * lines.extend? I do not like for-loops * Fix code * Fixed style/added comment * Fixed docs (removed python2 mention) * Fix lint * Better docstring * Rewritten docstring and added example code * Added quotes Co-authored-by: Hynek Schlawack <hs@ox.cx> |
||
---|---|---|
.. | ||
.gitignore | ||
653.change.rst | ||
700.change.rst | ||
704.change.rst | ||
towncrier_template.rst |