New submission from Andrew Scheller:

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")

----------
assignee: docs@python
components: Documentation
messages: 215892
nosy: docs@python, lurchman
priority: normal
severity: normal
status: open
title: Minor tarfile documentation bug
type: enhancement
versions: Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4, Python 3.5

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21198>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to