Changes between Initial Version and Version 27 of Ticket #13904
- Timestamp:
- 01/21/13 10:13:02 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13904
-
Property
Status
changed from
new
topositive_review
-
Property
Authors
changed from
to
Simon King
- Property Cc jpflori added; jpflory removed
-
Property
Summary
changed from
Proper deletion of items of TripleDict
toBetter deletion of items of TripleDict
-
Property
Dependencies
changed from
to
#13896, #12313
-
Property
Reviewers
changed from
to
Jean-Pierre Flori
-
Property
Status
changed from
-
Ticket #13904 – Description
initial v27 2 2 3 3 However, as it turns out, the deletion of the items tracked in a `TripleDict` was done improperly. The aim of this ticket is to fix that. 4 5 Apply [attachment:trac13904_use_del.patch].