Author: Mark Williams <markrwilli...@gmail.com>
Branch: save_socket_errno
Changeset: r85344:e67817facadb
Date: 2016-06-22 22:05 -0700
http://bitbucket.org/pypy/pypy/changeset/e67817facadb/

Log:    Remove spurious TODO

diff --git a/rpython/rlib/test/test_rsocket.py 
b/rpython/rlib/test/test_rsocket.py
--- a/rpython/rlib/test/test_rsocket.py
+++ b/rpython/rlib/test/test_rsocket.py
@@ -599,5 +599,4 @@
 
     e = pytest.raises(CSocketError,
                       RSocket, family=AF_INET, type=SOCK_STREAM, proto=SOL_UDP)
-    # TODO: windows??
     assert e.value.errno in (errno.EPROTOTYPE, errno.EPROTONOSUPPORT)
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to