Martin v. Löwis <[email protected]> added the comment: > Oh, I though that the question was about bytes vs str :-/ Ocean-city > and I prefer the solution (a). And you Martin?
I also think that ints should be used to represent individual bytes. However, your list of alternatives is incomplete: we *could* also change the "c" code to accept and produce int - then mmapmodule would not need to change at all. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue5391> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
