summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorOleg Iarygin <oleg@arhadthedev.net>2022-07-02 06:53:43 (GMT)
committerGitHub <noreply@github.com>2022-07-02 06:53:43 (GMT)
commit7db1d2eaf367a1073191c80c7baeee41ae1f2f21 (patch)
treec3c355671158f78f116604c7942bcb324cf65aa7 /Misc
parentcc81962e6975f9b45901efd05a2d156a7864b527 (diff)
downloadcpython-7db1d2eaf367a1073191c80c7baeee41ae1f2f21.zip
cpython-7db1d2eaf367a1073191c80c7baeee41ae1f2f21.tar.gz
cpython-7db1d2eaf367a1073191c80c7baeee41ae1f2f21.tar.bz2
gh-93096: Remove `python -m base64 -t` (gh-94230)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2022-06-24-19-16-09.gh-issue-93096.r1_oIc.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-06-24-19-16-09.gh-issue-93096.r1_oIc.rst b/Misc/NEWS.d/next/Library/2022-06-24-19-16-09.gh-issue-93096.r1_oIc.rst
new file mode 100644
index 0000000..536a9d7
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-06-24-19-16-09.gh-issue-93096.r1_oIc.rst
@@ -0,0 +1,3 @@
+Removed undocumented ``-t`` argument of ``python -m base64``. Use
+``python -m unittest test.test_base64.LegacyBase64TestCase.test_encodebytes``
+instead.