Push hdrFromFdno() error code handling over to python side
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 5 Oct 2009 12:19:01 +0000 (15:19 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 5 Oct 2009 12:19:01 +0000 (15:19 +0300)
commit564f1cb02b841f0b0b1c2b7fcafbb9a080233a46
tree3e62f683fd042043ba21b36fc3a1803abec19469
parent60ec5008bd6bc5f9cec43f64dd8129045080fa41
Push hdrFromFdno() error code handling over to python side
- return (rpmrc, header) tuple from C to let python do whatever it
  wishes with the information
- let python side worry about generating backwards compatible returns
python/rpm/transaction.py
python/rpmts-py.c