File do-not-use-non-ascii-in-test_ssl.patch of Package python.14085
--- a/Lib/test/test_ssl.py +++ b/Lib/test/test_ssl.py @@ -1021,7 +1021,7 @@ class ContextTests(unittest.TestCase): def test_load_dh_params(self): - filename = u'dhpäräm.pem' + filename = u'dhparam.pem' fs_encoding = sys.getfilesystemencoding() try: filename.encode(fs_encoding)