Changes between Initial Version and Version 1 of Ticket #18456, comment 5
- Timestamp:
- 05/28/15 08:46:06 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18456, comment 5
initial v1 7 7 > which also failed. SO I don't exactly know what it is that I am supposed to be testing! 8 8 9 This functionfixes the three functions `standard_packages`, `optional_packages`, and `experimental_packages` defined in `sage/misc/package.py`. The script `sage -standard` script does not call them.9 This branch fixes the three functions `standard_packages`, `optional_packages`, and `experimental_packages` defined in `sage/misc/package.py`. The script `sage -standard` script does not call them. 10 10 11 11 In order to fix `sage -standard`, it makes more sense to make it call a Sage function that does the job. Previously, `standard_packages` ran `sage -standard` and parsed its output: it would be better to have `sage -standard` call `standard_packages` (without any parsing).