Jim Jewett wrote: > Why is it essential that string views be a different type, rather than > an internal implementation detail, like long vs int?
We're talking about a more abstract notion of "type" here. Strings and views are different things with different performance characteristics, so it's important to know which one you're getting, whether they're implemented as different type()s or not. -- Greg _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
