May-13-2023, 11:50 PM
in The Python Library Reference there are three places i find lower case "st_mode". all three are in code samples. i find the same for lower case "st_size". where are these attributes of os.stat (and similar) result supposed to be documented? i find these strings in the online documentation, but i use a offline downloaded copy in PDF format that may be missing content. does anyone know where this documentation is in the offline copy? i have PDF version 3.7.4 instead of the online version 3.11.3. but these attributes must exist in 3.7.4 if they showed code samples using them. can someone tell me what is going on here? can anyone tell me what is the proper way to get these values from a stat result (i am getting it yielded from a generator) and which documentation from the PDF ones i would find how this is to be done. note that accessing these attributes works and gets the correct values in the Python version 3.8.10 i am using under Ubuntu 20.04 LTS. this is just a documentation issue.

Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.