Deutsch English Français Italiano |
<mailman.154.1718733528.2909.python-list@python.org> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!3.eu.feeder.erje.net!feeder.erje.net!news.szaf.org!fu-berlin.de!uni-berlin.de!not-for-mail From: Grant Edwards <grant.b.edwards@gmail.com> Newsgroups: comp.lang.python Subject: Re: Anonymous email users Date: Tue, 18 Jun 2024 13:58:47 -0400 (EDT) Lines: 27 Message-ID: <mailman.154.1718733528.2909.python-list@python.org> References: <006901dabea6$4a159d30$de40d790$@gmail.com> <da7d557f-d14e-4041-aa32-ba5d0b4261f1@DancesWithMice.info> <mailman.137.1718404249.2909.python-list@python.org> <v4jaqi$3av21$2@dont-email.me> <006e01dac0c7$8486c2a0$8d9447e0$@gmail.com> <18d003b8-f222-42b9-9666-712e5b07f10a@roelschroeven.net> <51b573ce-5d92-4326-98a4-967163ad4036@DancesWithMice.info> <9630bb85-f236-4470-a812-3a897c480fc2@wichmann.us> <4W3ZHq2qTdznVH0@mail.python.org> X-Trace: news.uni-berlin.de P6Be8aj6lb3Km7cEXHDOhgmM2rO8OvcYAo7mKbx9H9iA== Cancel-Lock: sha1:Bz2hus0Kpzhj3PS2EQQ96CvoKOQ= sha256:P89S4W1MUJYtxSC2BP9gWxIsWSKhFWloALe/V0sQI0U= Return-Path: <grant.b.edwards@gmail.com> 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.105 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.79; '*S*': 0.00; 'mailman': 0.07; 'archives': 0.09; 'subject:Anonymous': 0.09; 'problem.': 0.15; 'descriptive': 0.16; 'from:addr:grant.b.edwards': 0.16; 'from:name:grant edwards': 0.16; 'invalidation': 0.16; 'mats': 0.16; 'usable': 0.16; 'wichmann': 0.16; 'wrote:': 0.16; 'grant': 0.17; "aren't": 0.19; 'to:addr:python-list': 0.20; 'lines': 0.23; 'programming': 0.25; 'task': 0.26; "isn't": 0.27; 'header:User- Agent:1': 0.30; "doesn't": 0.32; 'python-list': 0.32; 'but': 0.32; 'there': 0.33; 'particularly': 0.35; 'from:addr:gmail.com': 0.35; 'errors': 0.36; 'people': 0.36; "it's": 0.37; 'read': 0.38; 'this,': 0.39; 'list': 0.39; 'still': 0.40; 'difficult': 0.40; 'recognition': 0.40; 'whenever': 0.40; 'search': 0.61; 'likely': 0.61; 'miss': 0.62; 'subject': 0.63; 'great': 0.63; 'lost': 0.64; 'similar': 0.65; 'message-id:invalid': 0.68; 'during': 0.69; '2016': 0.70; 'care': 0.71; 'clicking': 0.76; '(along': 0.84; 'converted': 0.84; 'decent': 0.84; '(according': 0.91 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 <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: <4W3ZHq2qTdznVH0@mail.python.org> X-Mailman-Original-References: <006901dabea6$4a159d30$de40d790$@gmail.com> <da7d557f-d14e-4041-aa32-ba5d0b4261f1@DancesWithMice.info> <mailman.137.1718404249.2909.python-list@python.org> <v4jaqi$3av21$2@dont-email.me> <006e01dac0c7$8486c2a0$8d9447e0$@gmail.com> <18d003b8-f222-42b9-9666-712e5b07f10a@roelschroeven.net> <51b573ce-5d92-4326-98a4-967163ad4036@DancesWithMice.info> <9630bb85-f236-4470-a812-3a897c480fc2@wichmann.us> Bytes: 4603 On 2024-06-18, Mats Wichmann via Python-list <python-list@python.org> wrote: > On 6/17/24 17:51, dn via Python-list wrote: > >> +1 >> >> The "public" part is not to embarrass posters, but recognition that >> there are likely other people 'out there' (or arriving in-future if they >> care to read the archives) experiencing a similar problem. (hence need >> for descriptive Subject lines - isn't the most difficult task in >> programming 'choosing names'?) > > well, one of two, along with cache invalidation and off-by-one errors > (according to the wags). > > I do agree with this, but mailman (2) archives aren't particularly > useful for searching, as they're organized in monthly chunks and you > have to keep clicking around - this list doesn't have a search engine as > it's not converted to be one of the mailman 3 lists. Gmane used to have a usable search feature (along with a decent threaded web UI to read the arhives), but that got lost during the great gmane server/domain upheaval of 2016 (or whenever that was). I still miss it. -- Grant