In article <[email protected]>, Hans Mulder <[email protected]> wrote:
> That's a matter of perspective: in my book, the primary advantage of > working with interned strings is that I can use 'is' rather than '==' > to test for equality if I know my strings are interned. The space > savings are minor; the time savings may be significant. Depending on your problem domain, the space savings may be considerable. -- http://mail.python.org/mailman/listinfo/python-list
