-
-
Notifications
You must be signed in to change notification settings - Fork 481
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #17654: Fix more load/save bugs
1. Remove all documentation about `load filename`, it should be `load("filename")`. 1. `src.sage.repl.load` calls `eval`(!) on the filename, deprecate that behaviour. 1. The `optional - internet` tests in `src/sage/repl/load.py` are broken since #17396. 1. Move loading of Fortran files to `src/sage/repl/load.py`. URL: http://trac.sagemath.org/17654 Reported by: jdemeyer Ticket author(s): Jeroen Demeyer Reviewer(s): Marc Mezzarobba
- Loading branch information
Showing
4 changed files
with
118 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.