Skip to content

Commit b14d3ec

Browse files
author
Release Manager
committed
gh-37856: `sage.misc.dist`: Remove; deprecated in #30207 (2022) <!-- ^ Please provide a concise and informative title. --> <!-- ^ Don't put issue numbers in the title, do this in the PR description below. --> <!-- ^ For example, instead of "Fixes #12345" use "Introduce new method to calculate 1 + 2". --> <!-- v Describe your changes below in detail. --> <!-- v Why is this change required? What problem does it solve? --> <!-- v If this PR resolves an open issue, please link to it here. For example, "Fixes #12345". --> Deprecated in: - #30207 (2022) ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [ ] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - #12345: short description why this is a dependency --> <!-- - #34567: ... --> URL: #37856 Reported by: Matthias Köppe Reviewer(s):
2 parents 6753fbd + 5a8b125 commit b14d3ec

File tree

3 files changed

+0
-169
lines changed

3 files changed

+0
-169
lines changed

src/doc/en/reference/misc/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ Distribution
219219
:maxdepth: 1
220220

221221
sage/misc/package
222-
sage/misc/dist
223222

224223

225224
Credits

src/sage/misc/all.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@
131131
lazy_import('sage.misc.dev_tools', 'runsnake', deprecation=34259)
132132
lazy_import('sage.misc.edit_module', 'set_edit_template', deprecation=34259)
133133
lazy_import('sage.misc.profiler', 'Profiler', deprecation=34259)
134-
lazy_import('sage.misc.dist', 'install_scripts', deprecation=34259)
135134
lazy_import('sage.misc.trace', 'trace', deprecation=34259)
136135
lazy_import('sage.misc.package', ('installed_packages', 'is_package_installed',
137136
'package_versions'),

src/sage/misc/dist.py

Lines changed: 0 additions & 167 deletions
This file was deleted.

0 commit comments

Comments
 (0)