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 cjwelborn
Recipients cjwelborn, docs@python
Date 2013-11-16.02:33:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384569238.69.0.637056088418.issue19620@psf.upfronthosting.co.za>
In-reply-to
Content
Oops, forgot to mention the documentation I am speaking of is the actual doc strings. The actual test is to run:
import tokenize
help(tokenize)

or just:

`python -c "import tokenize;help(tokenize)" | grep "argment"`
History
Date User Action Args
2013-11-16 02:33:58cjwelbornsetrecipients: + cjwelborn, docs@python
2013-11-16 02:33:58cjwelbornsetmessageid: <1384569238.69.0.637056088418.issue19620@psf.upfronthosting.co.za>
2013-11-16 02:33:58cjwelbornlinkissue19620 messages
2013-11-16 02:33:58cjwelborncreate