Opened 17 years ago

Closed 17 years ago

#4614 closed (duplicate)

SortedDictFromList pop

Reported by: fero <luca.ferroni@…> 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/

Change History (1)

comment:1 by Chris Beaven, 17 years ago

Resolution: duplicate
Status: newclosed

Dupe of #4546

Note: See TracTickets for help on using tickets.
Back to Top