tuple methods: documentation missing

Alan G Isaac alan.isaac at gmail.com
Fri Jan 16 20:55:52 EST 2009


> Alan G Isaac wrote:
>> http://docs.python.org/3.0/library/stdtypes.html#sequence-types-str-bytes-bytearray-list-tuple-range 
>>
>> I see no mention of the tuple methods?
>>
>> Right after the paragraph
>> "Most sequence types support the following operations."
>> it seems appropriate to have one stating
>> "Most sequence types support the following methods: index() and count()."



On 1/16/2009 6:44 PM Terry Reedy apparently wrote:
> I addressed this and related issues in
> http://bugs.python.org/issue4966


Excellent!

Alan Isaac



More information about the Python-list mailing list