On Tue, Feb 21, 2012 at 10:28 PM, Antoine Pitrou <[email protected]> wrote: > So it's like typing `open(b"LICENSE", "r")`: the fast that `b"LICENSE"` > is bytes while `"r"` is str isn't really a problem.
Ah, right - I misunderstood how the different arguments were being used. Cheers, Nick. -- Nick Coghlan | [email protected] | Brisbane, Australia _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
