Deutsch   English   Français   Italiano  
<mailman.28.1745335395.3008.python-list@python.org>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: news.eternal-september.org!eternal-september.org!feeder3.eternal-september.org!fu-berlin.de!uni-berlin.de!not-for-mail
From: Schimon Jehudah <sch@fedora.email>
Newsgroups: comp.lang.python
Subject: Re: Module urljoin does not appear to work with scheme Gemini
Date: Tue, 22 Apr 2025 18:22:53 +0300
Lines: 24
Message-ID: <mailman.28.1745335395.3008.python-list@python.org>
References: <20250421083845.5e5b6d69@workstation.localdomain>
 <f5bikmwp8of.fsf@lochinver.inf.ed.ac.uk>
 <20250422182253.00b9327d@workstation.localdomain>
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Trace: news.uni-berlin.de IZCWiqKb3nUqwvpe/jiKxAHzIsreMbpo42VeJRNcJrZg==
Cancel-Lock: sha1:EonQzA8XKPVEjP/LThfnHIJE8Ac= sha256:R2hRVuLTPCT0SfDClb3z/csSkJcbiqc5Ts9r6RfhMdY=
Return-Path: <sch@fedora.email>
X-Original-To: python-list@python.org
Delivered-To: python-list@mail.python.org
Authentication-Results: mail.python.org; dkim=pass
 reason="1024-bit key; unprotected key"
 header.d=fedora.email header.i=@fedora.email header.b=Pb2EnyRk;
 dkim-adsp=pass; dkim-atps=neutral
X-Spam-Status: OK 0.003
X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'have,': 0.07;
 'received:205': 0.07; 'attempts': 0.09; 'cc:addr:python-list':
 0.09; 'received:email': 0.09; 'subject:not': 0.09; 'writes:':
 0.09; 'cc:no real name:2**0': 0.14; '2025': 0.16; 'censor': 0.16;
 'gemini': 0.16; 'interpreter': 0.16; 'language?': 0.16;
 'registered,': 0.16; 'subject:Module': 0.16; 'subject:does': 0.16;
 'yesterday,': 0.16; 'wrote:': 0.16; 'python': 0.16;
 'cc:addr:python.org': 0.20; 'option': 0.20; 'cc:2**0': 0.25;
 'computer': 0.29; 'think': 0.29; 'tue,': 0.31; 'format,': 0.32;
 'python-list': 0.32; 'there': 0.33; 'header:In-Reply-To:1': 0.34;
 'added': 0.39; 'try': 0.40; 'included': 0.61; 'url-ip:192.0/16':
 0.64; 'received:185': 0.71; 'url:xhtml': 0.74;
 'received:localdomain': 0.81; 'schemes': 0.84; 'uri': 0.84;
 'ongoing': 0.93
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fedora.email;
 q=dns/txt; s=aug2020; bh=RnVmWIcmhO9vpFpknm8OMjGlE5fm4X1m+4AvAR0xTdU=;
 h=from:subject:date:message-id:to:cc:mime-version:content-type:content-transfer-encoding:in-reply-to:references;
 b=Pb2EnyRkA2GTwbK9qlJQ5m/WKf7Hsy2pG9aF6SraY0iYCrHP4n/oAoZ+N69d1zqW1BVVcWWJF
 BJuFGPbp2pqE9m2mp9pSkG7eibX2ubWhvP0j/TEt+vTK0dY8zYzla0Sfs4+TX9yDiVa4u0TZVpg
 ykVc+DMo5C7uPSHr/1fCHss=
X-Zone-Loop: 0a0571736688b2e7131af02c758344653c9bf43b5f59
X-Originating-IP: [185.220.101.37]
In-Reply-To: <f5bikmwp8of.fsf@lochinver.inf.ed.ac.uk>
X-Mailer: Claws Mail 4.3.1 (GTK 3.24.48; x86_64-pc-linux-gnu)
X-BeenThere: python-list@python.org
X-Mailman-Version: 2.1.39
Precedence: list
List-Id: General discussion list for the Python programming language
 <python-list.python.org>
List-Unsubscribe: <https://mail.python.org/mailman/options/python-list>,
 <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive: <https://mail.python.org/pipermail/python-list/>
List-Post: <mailto:python-list@python.org>
List-Help: <mailto:python-list-request@python.org?subject=help>
List-Subscribe: <https://mail.python.org/mailman/listinfo/python-list>,
 <mailto:python-list-request@python.org?subject=subscribe>
X-Mailman-Original-Message-ID: <20250422182253.00b9327d@workstation.localdomain>
X-Mailman-Original-References: <20250421083845.5e5b6d69@workstation.localdomain>
 <f5bikmwp8of.fsf@lochinver.inf.ed.ac.uk>

Is there an "ignore" option for "urljoin" to allow schemes that are not
included in the registry of the interpreter of the Python computer
language?

I think that it is needed to have, even if it is not registered, as
there are ongoing attempts to try to censor Gemini and Gopher.

gemini://woodpeckersnest.space/~schapps/journal/2024-05-28-censoring-gemini-and-gopher.gmi

Schimon

On Tue, 22 Apr 2025 15:33:52 +0100
"Henry S. Thompson" <ht@inf.ed.ac.uk> wrote:

> Schimon Jehudah via Python-list writes:
> 
> > Yesterday, I have added support for a new syndication format, Gemini
> > feed.  
> 
> I note that 'gemini' is not (yet?) a registered URI scheme:
> 
>   https://www.iana.org/assignments/uri-schemes/uri-schemes.xhtml
> 
> ht