Serhiy Storchaka <[email protected]> added the comment:
I'm sure that this would break the code which sends bytes objects and expects
to receive bytes objects.
s.send(struct.pack('!I', x))
q, w, e = struct.unpack('!IHQ', s.recv(4))
----------
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue34893>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com