Message12258

Author stefan.richthofer
Recipients jeff.allen, stefan.richthofer
Date 2019-01-03.17:42:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546537354.01.0.675615369816.issue2663@roundup.psfhosted.org>
In-reply-to
Content
Just noticed that java.util.Base64 was just added in Java 8. So this yields again the question of dropping Java 7 compatibility.
(Or can we catch the NoClassDefFoundError and fallback?)
Using an independent Base64 implementation is probably the best solution. Isn't there one in the Python stl?
History
Date User Action Args
2019-01-03 17:42:34stefan.richthofersetmessageid: <1546537354.01.0.675615369816.issue2663@roundup.psfhosted.org>
2019-01-03 17:42:34stefan.richthofersetrecipients: + stefan.richthofer, jeff.allen
2019-01-03 17:42:34stefan.richthoferlinkissue2663 messages
2019-01-03 17:42:33stefan.richthofercreate