i do not need compatibility with 2.7 other than making sure that if my code fails under 3.5 or lower, it will not delete any user files.
i tried os.walk(). i remember that the order it walked the directory was not the same order i get with other tools when sorted. i do not want to have to load the whole tree to sort it. i want it to be walked in correctly sorted order even if the tree is so big it cannot fit in memory.
i tried os.walk(). i remember that the order it walked the directory was not the same order i get with other tools when sorted. i do not want to have to load the whole tree to sort it. i want it to be walked in correctly sorted order even if the tree is so big it cannot fit in memory.
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.