Duplicates #6
Labels
No Label
Priority: Critical
Priority: High
Priority: Low
Priority: Medium
Status: Pending Merge
Status: Unitiliased
Status: WIP
Type: Bug
Type: Documentation
Type: Enhancement
Type: Feature
Type: Maintenance
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: LimnoriaPlugins/UnicodeEmoji#6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
love
is duplicate in the map, the second one will never be returned.How come it returned the second one when you tried it in this #7 (comment)
Good catch, I only assumed
.get()
would always return the first entry, however I missed the fact that Python silentry drops leading dictionary elements with the same name as later ones, so.get()
behavior is not relevant here:#8