[issue36518] Avoid conflicts when pass arbitrary keyword arguments to Python function

2019-09-11 Thread Steve Dower
Change by Steve Dower : -- resolution: -> rejected stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue36518] Avoid conflicts when pass arbitrary keyword arguments to Python function

2019-06-01 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +13606 pull_request: https://github.com/python/cpython/pull/13700 ___ Python tracker ___

[issue36518] Avoid conflicts when pass arbitrary keyword arguments to Python function

2019-04-21 Thread Steve Dower
Steve Dower added the comment: No, now there is syntax that anyone using built in functions will have already learned I see no reason to create another way to solve the problem. -- ___ Python tracker

[issue36518] Avoid conflicts when pass arbitrary keyword arguments to Python function

2019-04-21 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Steve, do you mind to create a PEP? I can help with examples and comments, but it is too hard to me to write it myself. -- ___ Python tracker

[issue36518] Avoid conflicts when pass arbitrary keyword arguments to Python function

2019-04-03 Thread Guido van Rossum
Guido van Rossum added the comment: This will require a PEP discussion before it can move forward. -- ___ Python tracker ___ ___

[issue36518] Avoid conflicts when pass arbitrary keyword arguments to Python function

2019-04-03 Thread László Kiss Kollár
Change by László Kiss Kollár : -- nosy: +lkollar ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36518] Avoid conflicts when pass arbitrary keyword arguments to Python function

2019-04-03 Thread Mario Corchero
Change by Mario Corchero : -- nosy: +mariocj89 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36518] Avoid conflicts when pass arbitrary keyword arguments to Python function

2019-04-03 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +12601 stage: -> patch review ___ Python tracker ___ ___

[issue36518] Avoid conflicts when pass arbitrary keyword arguments to Python function

2019-04-03 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : This is yet one alternative to PEP 570. It does not solve all problems that PEP 570 is purposed to solve, but it significantly reduces the need in positional-only parameters. Currently the problem with implementing in Python functions that should accept