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 tiissa
Recipients
Date 2006-01-22.19:04:59
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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.
History
Date User Action Args
2007-08-23 14:37:23adminlinkissue1412227 messages
2007-08-23 14:37:23admincreate