diff options
author | Guido van Rossum <guido@python.org> | 2007-05-21 23:13:11 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2007-05-21 23:13:11 +0000 |
commit | 388d6bfc03fdd40b835be22eb116cfae5a07d606 (patch) | |
tree | dcb71a68eee060f19b8d23c8968c5b3c6ba50f7c /Python/Python-ast.c | |
parent | d99ed1e76417e5809a80a8d1da9377a14a42acf9 (diff) | |
download | cpython-388d6bfc03fdd40b835be22eb116cfae5a07d606.tar.gz |
Sockets facelift. APIs that could return binary data (e.g. aton() and
recv()) now return bytes, not str or str8. The socket.py code is
redone; it now subclasses _socket.socket and instead of having its own
_fileobject for makefile(), it uses io.SocketIO. Some stuff in io.py
was moved around to make this work. (I really need to rethink my
policy regarding readline() and read(-1) on raw files; and readline()
on buffered files ought to use peeking(). Later.)
Diffstat (limited to 'Python/Python-ast.c')
0 files changed, 0 insertions, 0 deletions