-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
bpo-40067 : Improve error messages for multiple star expressions in assignment #19168
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
00ff30c
Improve error messages for multiple star expressions in assignment
furkanonder f5c0ba7
📜🤖 Added by blurb_it.
blurb-it[bot] dfbca29
Update Misc/NEWS.d/next/Core and Builtins/2020-03-25-20-34-01.bpo-400…
furkanonder 4fa5893
Update Python/compile.c
furkanonder bf69a62
add a test case for multiple star assignments
furkanonder c3d0500
update syntax error description
furkanonder 24a6034
Update Misc/NEWS.d/next/Core and Builtins/2020-03-25-20-34-01.bpo-400…
furkanonder 0f98aa8
Update Misc/NEWS.d/next/Core and Builtins/2020-03-25-20-34-01.bpo-400…
furkanonder 1da0cca
Merge branch 'bpo-40067' of https://github.com/furkanonder/cpython in…
furkanonder 812653c
Improve error messages for multiple star expressions in assignment
furkanonder 381611d
Update Misc/NEWS.d/next/Core and Builtins/2020-03-25-20-34-01.bpo-400…
pablogsal File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update Misc/NEWS.d/next/Core and Builtins/2020-03-25-20-34-01.bpo-40067…
….0bFda2.rst Co-Authored-By: Batuhan Taşkaya <isidentical@gmail.com>
- Loading branch information
commit dfbca2961ff176267dc13270a3582f01a820ad00
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
Misc/NEWS.d/next/Core and Builtins/2020-03-25-20-34-01.bpo-40067.0bFda2.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
For multiple star expressions in assignment error messages improved. | ||
Patch by Furkan Onder | ||
For multiple star expressions in an assignment, the error message improved. | ||
Patch by Furkan Onder |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.