We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8812b05 commit 87e7ccfCopy full SHA for 87e7ccf
CHANGES.rst
@@ -15,6 +15,8 @@ Unreleased
15
strip HTML tags from values used as MP3 tags
16
(for example, ``<b>`` tags used to highlight search result matches).
17
18
+* Remove long-deprecated, empty ``search`` and ``readtime`` extras.
19
+
20
21
Version 3.18
22
------------
pyproject.toml
@@ -87,11 +87,6 @@ unstable-plugins = [
87
"tabulate",
88
]
89
90
-# DEPRECATED, kept until 4.0 to avoid breaking dependents
91
-
92
-search = [] # empty since 2.4
93
-readtime = [] # empty since 3.1
94
95
[dependency-groups]
96
97
tests = [
0 commit comments