[Guido van Rossum] > Somewhat controversial: > > - bytes("abc") == bytes(map(ord, "abc")) At first glance, this seems obvious and necessary, so if it's somewhat controversial, then I'm missing something. What's the issue? Raymond