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 LambertDW
Recipients LambertDW
Date 2009-02-11.20:48:07
SpamBayes Score 0.008725392
Marked as misclassified No
Message-id <1234385289.6.0.0960868675321.issue5221@psf.upfronthosting.co.za>
In-reply-to
Content
help function is not current, then again, neither is my python3. 
Possibly sequencemethods[12] are eradicated.

$ p3
Python 3.0rc1+ (py3k, Nov  5 2008, 14:44:46) 
[GCC 3.4.6 20060404 (Red Hat 3.4.6-3)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> help('SEQUENCEMETHODS')
...

Related help topics: SEQUENCES, SEQUENCEMETHODS2, SPECIALMETHODS

>>> help('SEQUENCEMETHODS1')
no Python documentation found for 'SEQUENCEMETHODS1'

>>> help('SEQUENCEMETHODS2')
no Python documentation found for 'SEQUENCEMETHODS2'
History
Date User Action Args
2009-02-11 20:48:11LambertDWsetrecipients: + LambertDW
2009-02-11 20:48:09LambertDWsetmessageid: <1234385289.6.0.0960868675321.issue5221@psf.upfronthosting.co.za>
2009-02-11 20:48:08LambertDWlinkissue5221 messages
2009-02-11 20:48:07LambertDWcreate