Push hdrCheck() error code handling over to python side
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 5 Oct 2009 11:55:37 +0000 (14:55 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 5 Oct 2009 11:55:37 +0000 (14:55 +0300)
commit60ec5008bd6bc5f9cec43f64dd8129045080fa41
tree3fde86f7519f95a612c01c17ba57673a88ce5dcb
parent0503d7f92e94a7986715756da5226fc18a1fba10
Push hdrCheck() error code handling over to python side
- return (rpmrc, message) 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