Skip to content

Commit d7404b1

Browse files
author
Release Manager
committed
gh-36305: `sage.media`, `sage.structure.graphics_file`: Remove; deprecated in #12673, #32988 <!-- ^^^^^ Please provide a concise, informative and self-explanatory title. Don't put issue numbers in there, do this in the PR body below. For example, instead of "Fixes #1234" use "Introduce new method to calculate 1+1" --> <!-- Describe your changes here in detail --> <!-- Why is this change required? What problem does it solve? --> <!-- If this PR resolves an open issue, please link to it here. For example "Fixes #12345". --> <!-- If your change requires a documentation PR, please link it appropriately. --> ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> <!-- Feel free to remove irrelevant items. --> - [x] The title is concise, informative, and self-explanatory. - [ ] 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 accordingly. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - #12345: short description why this is a dependency - #34567: ... --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: #36305 Reported by: Matthias Köppe Reviewer(s):
2 parents 53cce67 + 095476f commit d7404b1

File tree

7 files changed

+0
-712
lines changed

7 files changed

+0
-712
lines changed

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -68,17 +68,6 @@ Database Access
6868

6969
sage/databases/sql_db
7070

71-
Media
72-
~~~~~
73-
74-
.. toctree::
75-
:maxdepth: 1
76-
77-
sage/structure/graphics_file
78-
sage/media/wav
79-
.. underscore-methods only
80-
.. sage/media/channels
81-
8271
Warnings
8372
~~~~~~~~
8473

src/sage/all.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,6 @@
132132

133133
from sage.games.all import *
134134

135-
lazy_import('sage.media.wav', 'Wave', as_='wave', deprecation=12673)
136-
137135
from sage.logic.all import *
138136

139137
from sage.numerical.all import *

src/sage/media/__init__.py

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

src/sage/media/all.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/sage/media/channels.pyx

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

0 commit comments

Comments
 (0)