You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/stdlib/sndhdr.md
+15-50Lines changed: 15 additions & 50 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
1
# sndhdr Module
2
2
3
-
The `sndhdr` module identifies the format of sound files and returns information about sound file headers. This module is deprecated and removed in Python 3.13.
3
+
⚠️ **REMOVED IN PYTHON 3.13**: The `sndhdr` module was deprecated in Python 3.11 and removed in Python 3.13.
4
4
5
-
## Deprecation Notice
5
+
The `sndhdr` module identified the format of sound files and returned information about sound file headers.
6
+
7
+
## Removal Notice
6
8
7
9
```python
8
10
# ❌ DON'T: Use sndhdr (deprecated, removed in 3.13)
0 commit comments