diff options
author | Brett Cannon <brett@python.org> | 2022-04-25 23:26:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-25 23:26:43 (GMT) |
commit | d174ebe91ebc9f7388a22cc81cdc5f7be8bb8c9b (patch) | |
tree | 9d980ed8ab186c2bb4b0c4e16465c995e901857e /Misc | |
parent | cd5726fe674eaff442510eeb6c75628858be9e9f (diff) | |
download | cpython-d174ebe91ebc9f7388a22cc81cdc5f7be8bb8c9b.zip cpython-d174ebe91ebc9f7388a22cc81cdc5f7be8bb8c9b.tar.gz cpython-d174ebe91ebc9f7388a22cc81cdc5f7be8bb8c9b.tar.bz2 |
gh-91217: deprecate sunau (GH-91866)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-04-17-12-38-31.gh-issue-91217.55714p.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-04-17-12-38-31.gh-issue-91217.55714p.rst b/Misc/NEWS.d/next/Library/2022-04-17-12-38-31.gh-issue-91217.55714p.rst new file mode 100644 index 0000000..4cebfc4 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-04-17-12-38-31.gh-issue-91217.55714p.rst @@ -0,0 +1 @@ +Deprecate the sunau module. |