Use fd.tell() instead of going around through os.lseek() with fdno
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 15 Oct 2009 08:36:46 +0000 (11:36 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 15 Oct 2009 08:36:46 +0000 (11:36 +0300)
commit7324a69d62f56faa9a621b0554723be85b6cac13
tree81984bac77a5db84fb79982f4bfa749d7521bb5d
parented40ff253a88ab399c28cf22005193e7389d5e23
Use fd.tell() instead of going around through os.lseek() with fdno
python/rpm/__init__.py