isislovecruft / python-gnupg

A modified version of python-gnupg, including security patches, extensive documentation, and extra features.
Other
426 stars 171 forks source link

Fix global unicode/codecs monkey-patch #244

Open jannschu opened 5 years ago

jannschu commented 5 years ago

This removes the monkey-patch from isislovecruft/python-gnupg@d9116bace65babac13970c4b83aeae61cd8d4e2e and instead uses a local modification of the StreamReader by switching from ›strict‹ error handlers (the default) to ›replace‹ error handlers.

This should resolve isislovecruft/python-gnupg#219 and isislovecruft/python-gnupg#49, as well as email attachments.