Adjust PGPKey._packets_from_bytes to append on the fly
authorW. Trevor King <wking@tremily.us>
Mon, 23 Dec 2013 16:58:21 +0000 (08:58 -0800)
committerW. Trevor King <wking@tremily.us>
Mon, 23 Dec 2013 21:41:06 +0000 (13:41 -0800)
commit9550c5f054820de258ddafebb9397aea9b42411b
tree25d3038ef8fcc9d34437369cb45cda88ed8d8e34
parent7fe00e503c25a2ceb3532a8d39693a8cdfc992b9
Adjust PGPKey._packets_from_bytes to append on the fly

With the list(iterator) approach, signature packets in the stream did
not have access to already-parsed packets for target extraction.  Now
they do.
gpg-migrate.py