Menu

#8 new_from_cbs

open
nobody
None
5
2009-11-07
2009-11-07
Anonymous
No

There's apparently a bug in core.py, in new_from_cbs method, in the line

pygpgme.pygpgme_data_new_from_cbs(tmp, hookdata, self.last_readcb)

which should be

pygpgme.gpgme_data_new_from_cbs(tmp, hookdata, self.last_readcb)

Discussion


Log in to post a comment.