8000 bpo-39337: Add a test case for normalizing of codec names by shihai1991 · Pull Request #19069 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-39337: Add a test case for normalizing of codec names #19069

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Oct 8, 2020
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
remove useless import
  • Loading branch information
shihai1991 committed Mar 21, 2020
commit 8ce5956a87a23a6ba9ec8f0fafa8100694b0373d
1 change: 0 additions & 1 deletion Lib/test/test_codecs.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from unittest import mock

from test import support
import _testinternalcapi

try:
import _testcapi
Expand Down
0