This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author stefan
Recipients mark.dickinson, stefan
Date 2008-02-07.18:55:25
SpamBayes Score 0.05250773
Marked as misclassified No
Message-id <47AB5412.9020107@sympatico.ca>
In-reply-to <1202409862.94.0.130597810606.issue2041@psf.upfronthosting.co.za>
Content
Mark,

thanks for the quick follow-up.
OK, i now understand the situation better. The documentation I had read 
originally didn't talk about special-casing built-in objects. (And since 
I want to extend a tuple, I do have to override __getslice__ since I 
want to make sure the returned object still has the derived type.)

Yes, I believe this issue can be closed as invalid.
(Though I believe the docs could be a bit more clear about this.)

Thanks,
		Stefan

-- 

       ...ich hab' noch einen Koffer in Berlin...
History
Date User Action Args
2008-02-07 18:55:26stefansetspambayes_score: 0.0525077 -> 0.05250773
recipients: + stefan, mark.dickinson
2008-02-07 18:55:25stefanlinkissue2041 messages
2008-02-07 18:55:25stefancreate