[ python-Bugs-1412227 ] minor doc issues in os

SourceForge.net noreply at sourceforge.net
Sun Jan 22 20:05:39 CET 2006


Bugs item #1412227, was opened at 2006-01-22 20:04
Message generated for change (Settings changed) made by tiissa
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1412227&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
Group: Not a Bug
Status: Open
Resolution: None
>Priority: 1
Submitted By: tiissa (tiissa)
Assigned to: Nobody/Anonymous (nobody)
Summary: minor doc issues in os

Initial Comment:
Section 6.1.4 in libos.tex, in the description of the 
stat function, there is a new paragraph on FreeBSD with 
an incomplete parenthesis:
..."may be available (but may be only filled out of 
root tries to use them:"
I guess it should read "(but may be only filled out if 
root tries to use them):" (but I may be wrong).

Also, in the walk function, there is a typo : one 
"dirnames" should be "dirpath" instead (when describing 
the effect of a modification of dirnames in a bottom-up 
 walk).

In this same walk function, os.error is used although 
OSError is used everywhere else (to my incomplete 
knowledge). Is there a reason?

I join a patch with these corrections and some small 
LaTeX macro changes in stat_float_times.

Thank you.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1412227&group_id=5470


More information about the Python-bugs-list mailing list