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 lurchman
Recipients docs@python, lurchman
Date 2014-04-10.16:43:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397148227.41.0.631676560193.issue21198@psf.upfronthosting.co.za>
In-reply-to
Content
I've just noticed that the documentation for TarInfo.type says
"To determine the type of a TarInfo object more conveniently, use the is_*() methods below."

However none of the methods mentioned actually contain an underscore, so I believe the documentation should be updated to "...use the is*() methods below."

(for comparison, the documentation for stat.S_IFMT correctly talks about "is*() functions")
History
Date User Action Args
2014-04-10 16:43:47lurchmansetrecipients: + lurchman, docs@python
2014-04-10 16:43:47lurchmansetmessageid: <1397148227.41.0.631676560193.issue21198@psf.upfronthosting.co.za>
2014-04-10 16:43:47lurchmanlinkissue21198 messages
2014-04-10 16:43:47lurchmancreate