• Guido van Rossum's avatar
    Sockets facelift. APIs that could return binary data (e.g. aton() and · 7d0a8264
    Guido van Rossum yazdı
    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.)
    7d0a8264
Adı
Son kayıt (commit)
Son güncelleme
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
PCbuild8 Loading commit data...
Parser Loading commit data...
Python Loading commit data...
RISCOS Loading commit data...
Tools Loading commit data...
.hgtags Loading commit data...
INTBENCH Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
README Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
setup.py Loading commit data...