diff options
author | Victor Stinner <vstinner@python.org> | 2023-05-24 09:32:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-24 09:32:18 (GMT) |
commit | 7b00940f69ab26212ea375860a1956e157dd2c30 (patch) | |
tree | cb879b99dd188e65617e97a5f8f30101a20e57d5 /Makefile.pre.in | |
parent | 08d592389603500af398d278af4842cff6f22c33 (diff) | |
download | cpython-7b00940f69ab26212ea375860a1956e157dd2c30.zip cpython-7b00940f69ab26212ea375860a1956e157dd2c30.tar.gz cpython-7b00940f69ab26212ea375860a1956e157dd2c30.tar.bz2 |
gh-104773: PEP 594: Remove the sndhdr module (#104774)
Remove the Lib/test/sndhdrdata/ directory.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 091df3e..033fdf9 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -2119,7 +2119,6 @@ TESTSUBDIRS= idlelib/idle_test \ test/imghdrdata \ test/leakers \ test/libregrtest \ - test/sndhdrdata \ test/subprocessdata \ test/support \ test/support/_hypothesis_stubs \ |