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 vstinner
Recipients ncoghlan, pitrou, serhiy.storchaka, vstinner
Date 2015-10-09.17:07:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444410478.78.0.539027744097.issue25357@psf.upfronthosting.co.za>
In-reply-to
Content
Oh by the way, the new parameter is a keyword only parameter. It's not possible to write b2a_base64(data, False). Maybe I should also add an unit test for this.
History
Date User Action Args
2015-10-09 17:07:58vstinnersetrecipients: + vstinner, ncoghlan, pitrou, serhiy.storchaka
2015-10-09 17:07:58vstinnersetmessageid: <1444410478.78.0.539027744097.issue25357@psf.upfronthosting.co.za>
2015-10-09 17:07:58vstinnerlinkissue25357 messages
2015-10-09 17:07:58vstinnercreate