Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Make a changelog entry stronger.
  • Loading branch information
arhadthedev committed Jun 24, 2022
commit 5c6ff7c30829f1baafaf99ab7b9bbab67a7063b7
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Removed the ``-t`` argument from undocumented ``python -m base64``. This
argument performed an encode/decode test that lost any value after
``test.test_base64.LegacyBase64TestCase.test_encodebytes`` was introduced.
Removed undocumented ``-t`` argument of ``python -m base64``. Use
``python -m unittest test.test_base64.LegacyBase64TestCase.test_encodebytes``
instead.