[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Why are os.remove and os.remove in the OS library instead of the IO library?
- From: Ryan Starrett <pyryanggg@...>
- Date: Sat, 13 Aug 2022 22:22:34 -0400
This confused me. The only reason I could think would be that their behavior is very platform dependent, but that's also true for IO functions. Why are these functions in OS instead of IO?