Changes between Initial Version and Version 1 of Ticket #13145
- Timestamp:
- 06/21/12 05:15:08 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13145 – Description
initial v1 1 Running doctests with the new doctest framework revealed that KeyErrorswere being ignored in `sage.lib.singular.ring.singular_ring_delete`. The included patch fixes the problem, but I need to add doctests.1 Running doctests with the new doctest framework revealed that `KeyErrors` were being ignored in `sage.lib.singular.ring.singular_ring_delete`. The included patch fixes the problem, but I need to add doctests.