Path: csiph.com!eternal-september.org!feeder.eternal-september.org!nntp.eternal-september.org!.POSTED!not-for-mail From: Paul Rubin Newsgroups: comp.lang.python Subject: Re: Python linuxfs Modules Date: Tue, 17 Mar 2026 23:28:26 -0700 Organization: A noiseless patient Spider Lines: 9 Message-ID: <87bjgld52t.fsf@nightsong.com> References: <10pask7$2m01c$1@dont-email.me> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Date: Wed, 18 Mar 2026 06:28:27 +0000 (UTC) Injection-Info: dont-email.me; posting-host="c3dd0b87d627f85e620aee79e178fc7e"; logging-data="3780113"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+cTr/Gloh9nwWD+/YKWjoD" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) Cancel-Lock: sha1:1C2QEJjcO3vPY7B7OtJ9gBHiXBY= sha1:S1KKKHIE0w1RY+Kgdo2ShEPAa7o= Xref: csiph.com comp.lang.python:197741 Lawrence D’Oliveiro writes: > python_linuxfs is a set of > Python modules providing higher-level wrappers around various > Linux-specific system APIs. Some of these already have support in the > “os” module in the standard Python library, but most don’t. Nice. There were a few things like this that were missing for years. I was going to suggest adding them to your modules, but it looks like they've finally made it to the Python world elsewhere.