Take advantage of headerNextTag() in python hdr.keys()
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 30 Sep 2009 12:04:39 +0000 (15:04 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 30 Sep 2009 12:04:39 +0000 (15:04 +0300)
commitb8d3b273cbcc7a4130d6786ff157a87a4f383c30
tree4668f096d8b1f28e940ee859cbb92991cc62f232
parent32b0bba8a2fb5e534bddc9c02ff170726457bdcc
Take advantage of headerNextTag() in python hdr.keys()
- avoids whole lotta unnecessary copying of data, we're only interested
  in tag numbers here
- dont filter out stuff - python consumers can look at i18n data too
python/header-py.c