Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
3 changes: 2 additions & 1 deletion Lib/test/test___all__.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ def test_all(self):
])

# In case _socket fails to build, make this test fail more gracefully
# than an AttributeError somewhere deep in CGIHTTPServer.
# than an AttributeError somewhere deep in concurrent.futures, email
# or unittest.
import _socket

ignored = []
Expand Down
2 changes: 1 addition & 1 deletion Lib/test/test_capi/test_unicode.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ def test_from_format(self):
pythonapi, py_object, sizeof,
c_int, c_long, c_longlong, c_ssize_t,
c_uint, c_ulong, c_ulonglong, c_size_t, c_void_p,
sizeof, c_wchar, c_wchar_p)
c_wchar, c_wchar_p)
name = "PyUnicode_FromFormat"
_PyUnicode_FromFormat = getattr(pythonapi, name)
_PyUnicode_FromFormat.argtypes = (c_char_p,)
Expand Down
1 change: 0 additions & 1 deletion Lib/test/test_urllib2_localnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from test import support
from test.support import hashlib_helper
from test.support import threading_helper
from test.support import warnings_helper

try:
import ssl
Expand Down
1 change: 0 additions & 1 deletion Lib/webbrowser.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import sys
import subprocess
import threading
import warnings

__all__ = ["Error", "open", "open_new", "open_new_tab", "get", "register"]

Expand Down
1 change: 0 additions & 1 deletion Misc/python-config.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# Keep this script in sync with python-config.sh.in

import getopt
import os
import sys
import sysconfig

Expand Down