]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* filemodule.c: added writelines() -- analogous to readlines()
authorGuido van Rossum <guido@python.org>
Mon, 25 Oct 1993 09:59:04 +0000 (09:59 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 25 Oct 1993 09:59:04 +0000 (09:59 +0000)
commit5a2a683e7299a8d8f03c7125c22eb813e3030808
treeae452e022de04fa46ce145b7a66aecfbf18dcd0f
parent52c1f515547a96898879fe60e2432b69ff95cca0
* filemodule.c: added writelines() -- analogous to readlines()
* import.c: fixed core dump when out-of-date .pyc file encountered (again!)
Objects/fileobject.c
Python/import.c