0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 08:52:25 +01:00
cpython/Objects
Guido van Rossum 3165fe6a56 Modified most (but not yet all) I/O to always go through sys.stdout or
sys.stderr or sys.stdin, and to work with any object as long as it has
a write() (respectively readline()) methods.  Some functions that took
a FILE* argument now take an object* argument.
1992-09-25 21:59:05 +00:00
..
classobject.c * Makefile: added IMGFILE; moved some stuff around. 1992-09-17 17:54:56 +00:00
fileobject.c Modified most (but not yet all) I/O to always go through sys.stdout or 1992-09-25 21:59:05 +00:00
floatobject.c
frameobject.c
funcobject.c
intobject.c
listobject.c * Makefile: added IMGFILE; moved some stuff around. 1992-09-17 17:54:56 +00:00
longobject.c * Makefile: added IMGFILE; moved some stuff around. 1992-09-17 17:54:56 +00:00
methodobject.c * Makefile: added IMGFILE; moved some stuff around. 1992-09-17 17:54:56 +00:00
moduleobject.c * Makefile: added IMGFILE; moved some stuff around. 1992-09-17 17:54:56 +00:00
object.c * Makefile: added IMGFILE; moved some stuff around. 1992-09-17 17:54:56 +00:00
stringobject.c
tupleobject.c
typeobject.c * Makefile: added IMGFILE; moved some stuff around. 1992-09-17 17:54:56 +00:00
xxobject.c