Changes between Initial Version and Version 1 of Ticket #13394, comment 69
- Timestamp:
- 10/31/13 20:11:01 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13394, comment 69
initial v1 11 11 }}} 12 12 I reverted those things necessary to have `del_dictitem_by_exact_value` in `cpdef` form. If you prefer to have a `cdef _del_dictitem_by_exact_value` version with a `def del_dictitem_by_exact_value` that's fine with me. For doctesting, I think we want to expose the routine on python level. It should be easy to prove that the routine works as advertised/show problems. 13 14 (collaborating with git really is an improvement, isn't it :-)