mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Remove an assert which snuck in during merging from py3k.
This commit is contained in:
parent
2e4d4c414e
commit
3f30c45d05
1 changed files with 0 additions and 1 deletions
|
|
@ -716,7 +716,6 @@ class BasicTCPTest(SocketConnectedTest):
|
|||
fd = self.cli_conn.fileno()
|
||||
sock = socket.fromfd(fd, socket.AF_INET, socket.SOCK_STREAM)
|
||||
self.addCleanup(sock.close)
|
||||
self.assertIsInstance(sock, socket.socket)
|
||||
msg = sock.recv(1024)
|
||||
self.assertEqual(msg, MSG)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue