Deutsch English Français Italiano |
<87jzgccltj.fsf@nosuchdomain.example.com> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Keith Thompson <Keith.S.Thompson+u@gmail.com> Newsgroups: comp.unix.shell,comp.unix.programmer,comp.lang.misc Subject: Re: Python (was Re: I did not inhale) Date: Mon, 19 Aug 2024 13:14:00 -0700 Organization: None to speak of Lines: 29 Message-ID: <87jzgccltj.fsf@nosuchdomain.example.com> References: <uu54la$3su5b$6@dont-email.me> <g52cnWOOwoz_son7nZ2dnZfqnPWdnZ2d@brightview.co.uk> <uvbe3m$2cun7$1@dont-email.me> <uvbfii$3mom0$1@news.xmission.com> <20240412094809.811@kylheku.com> <87il0mm94y.fsf@tudado.org> <way-20240413091747@ram.dialup.fu-berlin.de> <87il0lldf8.fsf@tudado.org> <choices-20240413123957@ram.dialup.fu-berlin.de> <v9lm2k$12qhv$1@dont-email.me> <v9m4gd$14scu$1@dont-email.me> <20240815182717.189@kylheku.com> <v9npls$1fjus$1@dont-email.me> <v9posc$1rpdj$1@dont-email.me> <v9pvoo$1sn55$1@dont-email.me> <v9r60h$2289h$2@dont-email.me> <v9sa91$2afht$1@dont-email.me> <v9tv8o$2iahp$1@dont-email.me> <v9uso3$2pdrg$2@dont-email.me> <v9v0e0$2q822$1@dont-email.me> <v9v7d4$2r6q2$1@dont-email.me> MIME-Version: 1.0 Content-Type: text/plain Injection-Date: Mon, 19 Aug 2024 22:14:05 +0200 (CEST) Injection-Info: dont-email.me; posting-host="3ea9296cf1a8fdd393a4fcaa89ba79f8"; logging-data="3146692"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18ukh9ZS3NOXkoEQU/M+IAv" User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:Yj+pb/JUjVrzIIJDOWl/Q0Uh+HA= sha1:jD5pkCRp/1A72Ei0oK6sOyvzzwY= Bytes: 2834 "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> writes: [...] > In main case it is packet manager. I am too lazy to find how to turn > off automatic update checks. So when I try to run apt or dnf I have to > kill the lock. I think you mean "package manager". [...] > The official file name of "C:" would be some messy string with lots of > backslashes. C: is a "DOS name." There are API to convert DOS names > into proper names. It is a mess. All Windows API is a mess. I happen to be typing this on a Windows laptop (via ssh to another system). The system drive is called "C:", and I don't know of any other name by which I can refer to it. If I examine its properties in Windows Explorer, it appears to have the label "Acer", but that's not the "messy string with lots of backslashes" you referred to. It strikes me that "C:" is the drive's "official" name in any reasonable sense of the word. What API are you referring to, what can I expect it to give me as the "official" name of my C: drive, and what could I do with that name? -- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com void Void(void) { Void(); } /* The recursive call of the void */