Date: Sat, 20 Apr 2019 09:28:11 -0700 From: John Baldwin <jhb@FreeBSD.org> To: Enji Cooper <ngie@FreeBSD.org>, src-committers@freebsd.org, svn-src-user@freebsd.org Subject: Re: svn commit: r346449 - user/ngie/bug-237403/tests/sys/opencrypto Message-ID: <23c35177-f384-7f1f-3e4a-f8badcfac560@FreeBSD.org> In-Reply-To: <201904201607.x3KG7m4A051487@repo.freebsd.org> References: <201904201607.x3KG7m4A051487@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 4/20/19 9:07 AM, Enji Cooper wrote: > Author: ngie > Date: Sat Apr 20 16:07:47 2019 > New Revision: 346449 > URL: https://svnweb.freebsd.org/changeset/base/346449 > > Log: > Replace `str.{decode,encode}("hex")` with binascii.(un)?hexlify > > Encoding/decoding base_string objects as "hex" was removed in py3 and replaced > with other methods, one being `binascii.(un)?hexlify`. I have several changes pending in review for these scripts that add new functions, etc. You might want to let those land in head first. I hope to merge them all to head this week. -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?23c35177-f384-7f1f-3e4a-f8badcfac560>