]> granicus.if.org Git - python/commit
Add a workaround for file.ftell() to raise IOError for ttys.
authorHye-Shik Chang <hyeshik@gmail.com>
Tue, 13 Dec 2005 16:44:02 +0000 (16:44 +0000)
committerHye-Shik Chang <hyeshik@gmail.com>
Tue, 13 Dec 2005 16:44:02 +0000 (16:44 +0000)
commite237d50390433a4d38944221a6c3280cc6940d9e
tree326e24476a76c251bbcbbd8c3acc18d5f2d07adf
parent50f8169fb6520488c6b4dfcb4603e845d5ae1ca1
Add a workaround for file.ftell() to raise IOError for ttys.
ftell(3) on BSD doesn't set errno even for ttys and returns useless
values.
Misc/NEWS
Objects/fileobject.c
configure
configure.in
pyconfig.h.in