Re: jython base64.urlsafe_b64xxx

2006-01-13 Thread Alan Kennedy
py wrote: > anyone know how to do perform the equivalent base64.urlsafe_b64encode > and base64.urlsafe_b64decode functions that Python has but in jython? > Jython comes with a base64 module but it does not have the urlsafe > functions. Tried copying the pythhon base64.py to replace the Jython > on

jython base64.urlsafe_b64xxx

2006-01-12 Thread py
anyone know how to do perform the equivalent base64.urlsafe_b64encode and base64.urlsafe_b64decode functions that Python has but in jython? Jython comes with a base64 module but it does not have the urlsafe functions. Tried copying the pythhon base64.py to replace the Jython one, and although it d