Yes, that works for me.
Martin writes:
> If you also had
>
> var = bytes(u"foo")
>
> then I guess people would prefer that. People who want to save typing
> can do
>
> b = bytes
>
> and, given that the u prefix will be redundant, write
>
> var = b("foo")
Bill