[issue36492] Deprecate passing some conflicting arguments by keyword

2019-04-01 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Fixes (but not deprecations) were backported to 3.7. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue36492] Deprecate passing some conflicting arguments by keyword

2019-04-01 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset a37f356de19828241bf19129f804369794c72ed3 by Serhiy Storchaka in branch '3.7': [3.7] bpo-36492: Fix passing special keyword arguments to some functions. (GH-12637) (GH-12645) https://github.com/python/cpython/commit/a37f356de19828241bf19129f80

[issue36492] Deprecate passing some conflicting arguments by keyword

2019-04-01 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +12577 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue36492] Deprecate passing some conflicting arguments by keyword

2019-03-31 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 42a139ed88c487f325a241c6ee8b308b3c045975 by Serhiy Storchaka in branch 'master': bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637) https://github.com/python/cpython/commit/42a139ed88c487f325a241c6ee8b308b3c045975 -

[issue36492] Deprecate passing some conflicting arguments by keyword

2019-03-31 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +12569 stage: -> patch review ___ Python tracker ___ ___ Python-bug

[issue36492] Deprecate passing some conflicting arguments by keyword

2019-03-31 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +xtreak ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue36492] Deprecate passing some conflicting arguments by keyword

2019-03-31 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : As Steve mentioned in the discussion about PEP 570 [1], some changes of parameters to positional-only are breaking (although there is no breaks in the stdlib code). Before making parameters positional-only we should add a deprecation warning for passing