[Python-Dev] bytes type discussion (original) (raw)
Raymond Hettinger python at rcn.com
Wed Feb 15 01:41:07 CET 2006
- Previous message: [Python-Dev] bytes type discussion
- Next message: [Python-Dev] bytes type discussion
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
[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
- Previous message: [Python-Dev] bytes type discussion
- Next message: [Python-Dev] bytes type discussion
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]