﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
23333	urlsafe_base64_encode/decode don't round-trip on python3	Ian Foote	Ian Foote	The functions {{{urlsafe_base64_encode}}} and {{{urlsafe_base64_decode}}} in {{{django.utils.http}}} should be inverses of each other, but on python3 {{{urlsafe_base64_encode}}} returns {{{bytes}}} but {{{urlsafe_base64_decode}}} expects a {{{str}}}. I've created a test for this on a [https://github.com/Ian-Foote/django/tree/urlsafe_base64 github branch].	Bug	closed	Utilities	dev	Normal	fixed			Accepted	1	0	0	0	1	0
