Skip to content

Commit

Permalink
Issues python#29273: Merge test___all__ from 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vadmium committed Jan 23, 2017
2 parents 01f5ae7 + b1b985d commit 9cf20a6
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Lib/test/test___all__.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,17 +72,6 @@ def test_all(self):
# than an AttributeError somewhere deep in CGIHTTPServer.
import _socket

# rlcompleter needs special consideration; it import readline which
# initializes GNU readline which calls setlocale(LC_CTYPE, "")... :-(
import locale
locale_tuple = locale.getlocale(locale.LC_CTYPE)
try:
import rlcompleter
except ImportError:
pass
finally:
locale.setlocale(locale.LC_CTYPE, locale_tuple)

ignored = []
failed_imports = []
lib_dir = os.path.dirname(os.path.dirname(__file__))
Expand Down

0 comments on commit 9cf20a6

Please sign in to comment.