Always return a new Message instance from pgp.verify().
authorW. Trevor King <wking@tremily.us>
Tue, 24 Apr 2012 20:01:17 +0000 (16:01 -0400)
committerW. Trevor King <wking@tremily.us>
Tue, 24 Apr 2012 20:01:17 +0000 (16:01 -0400)
commit49802119d7846c7ffd6d72a46068aff014361b59
tree0570283c8c3abaa9642293f5fd81a306f8aa93a7
parentd65de297e7918c8fcda04e16ae8d1ac86681b15f
Always return a new Message instance from pgp.verify().

Now callers can mess with the result without worrying about mucking up
the original message instance.

`#
pgp_mime/pgp.py