> Apparently file.seek doesn't have this DeprecationWarning though.. > Strange, that. > >>> f.seek(3.6) > >>> f.tell() > 3L That's a bug. Who'll fix it? -- --Guido van Rossum (home page: http://www.python.org/~guido/)