Opened 17 years ago
Closed 17 years ago
#4614 closed (duplicate)
SortedDictFromList pop
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Forms | Version: | dev |
Severity: | Keywords: | SortedDictFromList | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
It seems that the pop method for a SortedDictFromList object doesn't remove correctly an element.
The element key is left in the keyOrder attribute.
Here is some code that reproduce the bug http://dpaste.com/12476/
Note:
See TracTickets
for help on using tickets.
Dupe of #4546