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.

classification
Title: minor doc issues in os
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, tiissa
Priority: low Keywords:

Created on 2006-01-22 19:04 by tiissa, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
os.4.patch tiissa, 2006-01-22 19:04 Patch for libos.tex
Messages (2)
msg27323 - (view) Author: tiissa (tiissa) Date: 2006-01-22 19:04
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.
msg27324 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-01-22 19:35
Logged In: YES 
user_id=1188172

Thanks for pointing those out!

Committed revisions 42142, 42143 (2.4).
History
Date User Action Args
2022-04-11 14:56:15adminsetgithub: 42820
2006-01-22 19:04:59tiissacreate