Date: Sat, 20 Apr 2019 09:29:37 -0700 From: Enji Cooper <yaneurabeya@gmail.com> To: John Baldwin <jhb@FreeBSD.org> Cc: 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: <153E9E58-3071-46FF-9A8E-61AE7FED49FA@gmail.com> In-Reply-To: <23c35177-f384-7f1f-3e4a-f8badcfac560@FreeBSD.org> References: <201904201607.x3KG7m4A051487@repo.freebsd.org> <23c35177-f384-7f1f-3e4a-f8badcfac560@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> On Apr 20, 2019, at 9:28 AM, John Baldwin <jhb@FreeBSD.org> wrote: >=20 > 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 >>=20 >> Log: >> Replace `str.{decode,encode}("hex")` with binascii.(un)?hexlify >>=20 >> Encoding/decoding base_string objects as "hex" was removed in py3 = and replaced >> with other methods, one being `binascii.(un)?hexlify`. >=20 > 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. Good to know! Is the code up for review somewhere, so I can get = ahead of the pending changes? Thanks so much for the heads up! -Enji=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?153E9E58-3071-46FF-9A8E-61AE7FED49FA>