-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-40067 : Improve error messages for multiple star expressions in assignment #19168
8000 New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Misc/NEWS.d/next/Core and Builtins/2020-03-25-20-34-01.bpo-40067.0bFda2.rst
Outdated
Show resolved
Hide resolved
….0bFda2.rst Co-Authored-By: Batuhan Taşkaya <isidentical@gmail.com>
Co-Authored-By: Batuhan Taşkaya <isidentical@gmail.com>
Misc/NEWS.d/next/Core and Builtins/2020-03-25-20-34-01.bpo-40067.0bFda2.rst
Outdated
Show resolved
Hide resolved
Thanks for your first contribution @furkanonder ! If you wish, you can also add yourself to the |
Many thanks also @isidentical for the review :) 🎉 |
….0bFda2.rst Co-Authored-By: Pablo Galindo <Pablogsal@gmail.com>
….0bFda2.rst Co-Authored-By: Pablo Galindo <Pablogsal@gmail.com>
Thank you very much for your review :) I added myself to ASK file. |
Misc/NEWS.d/next/Core and Builtins/2020-03-25-20-34-01.bpo-40067.0bFda2.rst
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
In Python3.9, the message "two starred expression in ..." changed to "multiple starred expression in ...", with python/cpython#19168
In Python3.9, the message "two starred expression in ..." changed to "multiple starred expression in ...", with python/cpython#19168
https://bugs.python.org/issue40067