Ticket #10706 (closed defect: fixed)
A doctest of word morphism is saving an object locally
| Reported by: | slabbe | Owned by: | slabbe |
|---|---|---|---|
| Priority: | major | Milestone: | sage-4.6.2 |
| Component: | doctest coverage | Keywords: | |
| Cc: | abmasse | Work issues: | |
| Report Upstream: | N/A | Reviewers: | Benjamin Dexheimer |
| Authors: | Sébastien Labbé | Merged in: | sage-4.6.2.rc0 |
| Dependencies: | Stopgaps: |
Description
The file sage/combinat/words/morphism.py contains the following test which save an object locally :
sage: save(w,'test')
A local file is thus created each time sage -t is run on the file...
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

