Opened 9 years ago
Last modified 9 years ago
#13807 closed defect
Fix remaining temporary filename issues (like in animate.py) — at Version 1
Reported by: | kcrisman | Owned by: | jason |
---|---|---|---|
Priority: | blocker | Milestone: | sage-5.5 |
Component: | misc | Keywords: | beginner |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
In #13579, for security reasons and modularity, we moved temporary filename constructors from sage.misc.misc
to their own module. Most things were moved with it, but a couple places in animate.py were missed. Let's make sure that all such things, including these, are fixed in this ticket.
See this ask.sagemath.org question for a real-life bug this caused.
Note: See
TracTickets for help on using
tickets.