Author: Armin Rigo <[email protected]>
Branch: py3.5
Changeset: r89310:850d383f1b23
Date: 2017-01-02 18:08 +0100
http://bitbucket.org/pypy/pypy/changeset/850d383f1b23/

Log:    XXX fix me later

diff --git a/pypy/module/_socket/test/test_sock_app.py 
b/pypy/module/_socket/test/test_sock_app.py
--- a/pypy/module/_socket/test/test_sock_app.py
+++ b/pypy/module/_socket/test/test_sock_app.py
@@ -686,6 +686,8 @@
     def test_hostname_unicode(self):
         import _socket
         domain = 
u"&#1080;&#1089;&#1087;&#1099;&#1090;&#1072;&#1085;&#1080;&#1077;.pythontest.net"
+        # XXX figure out why the idna encoding is sometimes missing in
+        # tests, notably if we run all tests instead of just this one
         _socket.gethostbyname(domain)
         _socket.gethostbyname_ex(domain)
         _socket.getaddrinfo(domain, 0, _socket.AF_UNSPEC, _socket.SOCK_STREAM)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to