This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author toastedrobot
Recipients kalevi, loewis, miwa, toastedrobot
Date 2009-02-18.22:46:16
SpamBayes Score 0.052559327
Marked as misclassified No
Message-id <1234997177.52.0.430084375915.issue5259@psf.upfronthosting.co.za>
In-reply-to
Content
sorry, pressed the wrong button.

that solution does work. didn't find this until #python helped me get:

return encode_base64( ("\0%s\0%s" % (user, password) ).encode('ascii') )
History
Date User Action Args
2009-02-18 22:46:17toastedrobotsetrecipients: + toastedrobot, loewis, miwa, kalevi
2009-02-18 22:46:17toastedrobotsetmessageid: <1234997177.52.0.430084375915.issue5259@psf.upfronthosting.co.za>
2009-02-18 22:46:16toastedrobotlinkissue5259 messages
2009-02-18 22:46:16toastedrobotcreate