https://bugs.kde.org/show_bug.cgi?id=358770

Sven Brauch <m...@svenbrauch.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
      Latest Commit|                            |http://commits.kde.org/kdev
                   |                            |-python/136d25ec61221a43e53
                   |                            |978323e879ccb1b15f66b
             Status|CONFIRMED                   |RESOLVED

--- Comment #1 from Sven Brauch <m...@svenbrauch.de> ---
Git commit 136d25ec61221a43e53978323e879ccb1b15f66b by Sven Brauch.
Committed on 31/01/2016 at 00:32.
Pushed by brauch into branch '5.0'.

Python 3.5: Implement kwonlyargs

Example syntax: def func(x, y, *kw, a, b): return a
Type inference is not supported yet.

M  +1    -1    duchain/declarationbuilder.cpp
M  +1    -0    duchain/tests/pyduchaintest.cpp
M  +1    -0    parser/ast.h
M  +411  -408  parser/generated.h
M  +1    -1    parser/python35.sdef

http://commits.kde.org/kdev-python/136d25ec61221a43e53978323e879ccb1b15f66b

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to