Nick Coghlan schrieb:
>> I'd like to repeat Guido's question: Why does this still need to 
>> support the tuple interface (i.e. indexed access)?
> 
> So that it remains interoperable with existing libraries that expect a 
> tuple? Otherwise you'd be casting (and copying) every time you needed to 
> pass it to something that used indexed access.

Can you give a few example, for libraries where this isn't already done?

Regards,
Martin
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to