Changes between Initial Version and Version 1 of Ticket #18581
- Timestamp:
- 06/02/15 09:36:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18581 – Description
initial v1 1 Currently, the function ` standard_packages()` only gives the latest available version of a package, not the version which is installed. I propose to actually return a list of triples1 Currently, the function `_package_lists_from_sage_output` only gives the latest available version of a package, not the version which is installed. I propose to actually return a list of triples 2 2 {{{ 3 3 (package_name, installed_version, latest_version)