Path: ...!feeds.phibee-telecom.net!weretis.net!feeder8.news.weretis.net!fu-berlin.de!uni-berlin.de!not-for-mail From: Grant Edwards Newsgroups: comp.lang.python Subject: Re: Python List is Not Dead Date: Tue, 31 Dec 2024 00:21:59 -0500 (EST) Lines: 27 Message-ID: References: <5r624l-gdn7.ln1@q957.zbmc.eu> <4YMhD76kCsznVDb@mail.python.org> X-Trace: news.uni-berlin.de JrzSANbcpSeUrXou19TpVwqG9CgxnLQhM5KhwgDvMiKg== Cancel-Lock: sha1:KWCw7cmlXmXz7QJvDu9BYYwWUDI= sha256:aLQqxPj9fv46rbILR+JBZYgu/85Jo7j1g/A8lDVOtVk= Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org Authentication-Results: mail.python.org; dkim=none reason="no signature"; dkim-adsp=none (unprotected policy); dkim-atps=neutral X-Spam-Status: OK 0.050 X-Spam-Evidence: '*H*': 0.90; '*S*': 0.00; '"python"': 0.09; 'discourse': 0.09; 'fyi,': 0.09; 'list"': 0.09; 'threads': 0.09; 'subject:Python': 0.12; '"mailing': 0.16; 'cameron': 0.16; 'folder.': 0.16; 'from:addr:grant.b.edwards': 0.16; 'from:name:grant edwards': 0.16; 'gatewayed': 0.16; 'janhangeer': 0.16; 'nntp': 0.16; 'simpson': 0.16; 'subject:Not': 0.16; 'wrote:': 0.16; 'grant': 0.17; 'to:addr:python-list': 0.20; '(and': 0.25; 'chris': 0.28; 'think': 0.29; 'header:User-Agent:1': 0.30; 'mailing': 0.31; 'discussions': 0.32; 'python-list': 0.32; 'there': 0.33; 'server': 0.33; 'from:addr:gmail.com': 0.34; 'definitely': 0.35; 'yes,': 0.35; 'following': 0.35; 'really': 0.36; 'posts': 0.36; 'lists': 0.37; "it's": 0.37; 'file': 0.38; 'way': 0.38; 'read': 0.38; 'both': 0.38; 'list': 0.39; 'use': 0.39; 'quite': 0.39; 'text': 0.39; 'e-mail': 0.61; "there's": 0.61; 'mode': 0.62; 'follow': 0.62; 'times.': 0.64; 'news': 0.65; 'forget': 0.67; 'time,': 0.67; 'grace': 0.69; 'message- id:invalid': 0.69; 'subject:List': 0.71; 'thousands': 0.78; 'client': 0.82; 'lacks': 0.84; 'mode.': 0.89; 'green': 0.96 User-Agent: slrn/1.0.3 (Linux) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.39 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <4YMhD76kCsznVDb@mail.python.org> X-Mailman-Original-References: <5r624l-gdn7.ln1@q957.zbmc.eu> Bytes: 4304 On 2024-12-27, Chris Green via Python-list wrote: > Cameron Simpson wrote: >> On 25Dec2024 14:52, Abdur-Rahmaan Janhangeer wrote: >> >I have been following discussions on Discourse (discuss.python.org) >> >these last times. >> > >> >I think that it definitely lacks some of the joys of the mailing list: >> >> FYI, it has a very good "mailing list" mode. I use it that was >90% of >> the time, and file both posts from Discourse and posts from python-list >> into my "python" mail folder. > > Yes, it's the one saving grace of a Discourse forum, you can use it by > E-Mail and it behaves quite nicely with a text mode E-Mail client such > as mutt so you can keep threads separate, follow sub-threads, etc. > > Not quite as good as this list gatewayed to usenet though, there's > really nothing so good as usenet for proper discourse (!). Don't forget you can also read this list (and thousands of others) via the NNTP server at news.gmane.io. There really is no better way to read lists that with a good news client. -- Grant