Changes between Version 4 and Version 5 of Ticket #12069
- Timestamp:
- 02/28/12 21:53:50 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12069 – Description
v4 v5 5 5 I think the same was happening with non-library Python files -- there should have been two Python files created, but sage-doctest was creating one and then overwriting it. The patch fixes this, too. 6 6 7 At the same time, this patch fixes a small bug in the function `delete_tmpfiles`: the function used to quit completely if it couldn't find some file in the list `tmpfiles`. Now if i fcan't find the file, it skips it and goes on to the next one.7 At the same time, this patch fixes a small bug in the function `delete_tmpfiles`: the function used to quit completely if it couldn't find some file in the list `tmpfiles`. Now if it can't find the file, it skips it and goes on to the next one. 8 8 9 9 Apply