Deutsch   English   Français   Italiano  
<vdnvk0$49ai$2@dont-email.me>

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: Lawrence D'Oliveiro <ldo@nz.invalid>
Newsgroups: comp.os.linux.misc,alt.folklore.computers
Subject: Re: The joy of FORTRAN
Date: Fri, 4 Oct 2024 05:48:48 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 11
Message-ID: <vdnvk0$49ai$2@dont-email.me>
References: <pan$96411$d204da43$cc34bb91$1fe98651@linux.rocks>
	<5mqdnZuGq4lgwm_7nZ2dnZfqnPSdnZ2d@earthlink.com>
	<vcub5c$36h63$1@dont-email.me>
	<36KdnVlGJu9VLW77nZ2dnZfqn_qdnZ2d@earthlink.com>
	<IfZIO.214180$FzW1.122138@fx14.iad>
	<ZLecncKpCfSfT2n7nZ2dnZfqnPudnZ2d@earthlink.com>
	<ZOfJO.194439$kxD8.179224@fx11.iad> <vd4hgd$c3jf$8@dont-email.me>
	<AxicncFTKaRW52L7nZ2dnZfqnPednZ2d@earthlink.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 04 Oct 2024 07:48:48 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="53e6a1f358fb9450cb41203dd8d281a9";
	logging-data="140626"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+anlsHQ/KMkbqngjuYr8LJ"
User-Agent: Pan/0.160 (Toresk; )
Cancel-Lock: sha1:JcuDoLo4sDasVu75qhYW5Z7tx4I=
Bytes: 1732

On Fri, 4 Oct 2024 01:19:02 -0400, 186282@ud0s4.net wrote:

> Ya know ... most of Python IS 'C'-based libs.
> Never really looked into it, but the 'advanced'
> Python function may just be strtok() with a lot of handy fixes/cheats
> in disguise  :-)

No, because Python strings can contain any characters, including nulls.

I’ve written some of those C extension libraries, and I can tell you the 
string API is more sophisticated than you think.