[pypy-commit] pypy save_socket_errno: Remove spurious TODO

markrwilliams pypy.commits at gmail.com
Thu Jun 23 03:57:27 EDT 2016


Author: Mark Williams <markrwilliams at 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)


More information about the pypy-commit mailing list