[Python-checkins] commit of r41662 - in python/trunk: Misc/NEWS Objects/fileobject.c configure configure.in pyconfig.h.in

Neil Schemenauer nas at arctrix.com
Wed Dec 14 03:51:35 CET 2005


Hye-Shik Chang <hyeshik at gmail.com> wrote:
> But file.tell() is quite cheap operation among routines likely
> enclose the operation.  Hmm.  If isatty() for every call still
> looks too expensive, we can just fix documentation and unittest.

Please don't make file.tell() start doing extra stuff.  The Python
method should match the C function, if possible.

  Neil



More information about the Python-checkins mailing list