On Thu, Oct 24, 2019 at 11:59:23AM -0400, Tom Rini wrote: > - In python 3 you must use raw strings for regex as other forms are > deprecated and would require further changes to the pattern here. > In one case this lets us have a simpler match pattern. > - As strings are now Unicode our complex tests (Euro symbol, > SHIFT+ALT+FN 5) we need to declare that as a bytes string and then > decode it for use. > > Cc: Heinrich Schuchardt <[email protected]> > Reviewed-by: Simon Glass <[email protected]> > Tested-by: Stephen Warren <[email protected]> > Tested-by: Simon Glass <[email protected]> [on sandbox] > Signed-off-by: Tom Rini <[email protected]>
Applied to u-boot/master, thanks! -- Tom
signature.asc
Description: PGP signature
_______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

