Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #31464
| Path | csiph.com!usenet.pasdenom.info!news.albasani.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.008 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:language': 0.09; 'terry': 0.09; 'subject:python': 0.11; 'read.': 0.13; 'collapse': 0.16; 'informative.': 0.16; 'kristen': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'threads': 0.16; 'webb': 0.16; 'wrote:': 0.17; 'jan': 0.18; 'posts': 0.23; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'header:X-Complaints-To:1': 0.28; 'subject:list': 0.28; 'could': 0.32; 'to:addr:python-list': 0.33; 'list': 0.35; 'pm,': 0.35; 'received:org': 0.36; 'should': 0.36; 'keeps': 0.37; 'item': 0.37; 'subject:: ': 0.38; 'mark': 0.38; 'instead': 0.39; 'to:addr:python.org': 0.39; 'subject:-': 0.40; 'header:Received:5': 0.40; 'skip:n 10': 0.63; 'more': 0.63; 'request.': 0.64; 'readers': 0.65; 'news': 0.68; 'receive': 0.71; 'isolated': 0.84; 'received:fios.verizon.net': 0.84 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Terry Reedy <tjreedy@udel.edu> |
| Subject | Re: Aggressive language on python-list |
| Date | Wed, 17 Oct 2012 01:15:03 -0400 |
| References | <CANaSqUdc2avcmQRhQLcmy36PcCc5EFz2Ci42ZrXrafQ43f6_3A@mail.gmail.com> <mailman.2183.1350251949.27098.python-list@python.org> <a6bbffa9-6510-40c6-bc22-70c1953bce39@googlegroups.com> <27cbf07c-60ac-41ac-a00f-dbe8edf45078@b9g2000pbc.googlegroups.com> <85099bc2-fa24-4cc5-bd94-3015b9af694f@googlegroups.com> <507d900e$0$6599$c3e8da3$5496439d@news.astraweb.com> <5a713407-d82f-4067-8ffa-6b8b66c1edf1@googlegroups.com> <507e1baf$0$6599$c3e8da3$5496439d@news.astraweb.com> <CA+vVgJX8S6ZKNSBDUdxuCwcsPYGZCVPzEVgdgEyEtN2x=_-how@mail.gmail.com> <507E2A42.1050906@teradactyl.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | pool-173-75-251-66.phlapa.fios.verizon.net |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120824 Thunderbird/15.0 |
| In-Reply-To | <507E2A42.1050906@teradactyl.com> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://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 | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2319.1350450921.27098.python-list@python.org> (permalink) |
| Lines | 14 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1350450921 news.xs4all.nl 6878 [2001:888:2000:d::a6]:51921 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:31464 |
Show key headers only | View raw
On 10/16/2012 11:47 PM, Kristen J. Webb wrote: > I will say that my perusal of this list has been > informative. I also receive more email from this > list than any other I subscribe to. You could instead access it as a newsgroup via news.gmane.org. That keeps posts isolated and you only download those item you request. News readers should collapse threads to a single line and allow you to mark all as read. -- Terry Jan Reedy
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: Aggressive language on python-list Ben Finney <ben+python@benfinney.id.au> - 2012-10-15 08:58 +1100
Re: Aggressive language on python-list rurpy@yahoo.com - 2012-10-14 20:22 -0700
Re: Aggressive language on python-list alex23 <wuwei23@gmail.com> - 2012-10-14 21:36 -0700
Re: Aggressive language on python-list rurpy@yahoo.com - 2012-10-16 09:27 -0700
Re: Aggressive language on python-list Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-10-16 16:49 +0000
RE: Aggressive language on python-list "Prasad, Ramit" <ramit.prasad@jpmorgan.com> - 2012-10-16 20:17 +0000
Re: Aggressive language on python-list rurpy@yahoo.com - 2012-10-16 14:12 -0700
Re: Aggressive language on python-list rurpy@yahoo.com - 2012-10-16 14:10 -0700
Re: Aggressive language on python-list Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-10-17 02:45 +0000
Re: Aggressive language on python-list Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-10-17 02:50 +0000
Re: Aggressive language on python-list Dwight Hutto <dwightdhutto@gmail.com> - 2012-10-16 23:01 -0400
Re: Aggressive language on python-list "Kristen J. Webb" <kwebb@teradactyl.com> - 2012-10-16 21:47 -0600
Re: Aggressive language on python-list alex23 <wuwei23@gmail.com> - 2012-10-16 21:25 -0700
Re: Aggressive language on python-list rusi <rustompmody@gmail.com> - 2012-10-16 21:43 -0700
Re: Aggressive language on python-list alex23 <wuwei23@gmail.com> - 2012-10-16 23:15 -0700
Re: Aggressive language on python-list rusi <rustompmody@gmail.com> - 2012-10-17 00:25 -0700
Re: Aggressive language on python-list Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-10-17 06:24 +0000
Re: Aggressive language on python-list Chris Angelico <rosuav@gmail.com> - 2012-10-17 18:36 +1100
Re: Aggressive language on python-list Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-10-17 09:40 +0100
Re: Aggressive language on python-list Grant Edwards <invalid@invalid.invalid> - 2012-10-17 14:29 +0000
Re: Aggressive language on python-list Chris Angelico <rosuav@gmail.com> - 2012-10-18 01:35 +1100
Re: Aggressive language on python-list Ben Finney <ben+python@benfinney.id.au> - 2012-10-17 15:33 +1100
Re: Aggressive language on python-list Terry Reedy <tjreedy@udel.edu> - 2012-10-17 01:15 -0400
Re: Aggressive language on python-list Grant Edwards <invalid@invalid.invalid> - 2012-10-17 14:32 +0000
Re: Aggressive language on python-list rurpy@yahoo.com - 2012-10-17 09:48 -0700
Re: Aggressive language on python-list Chris Angelico <rosuav@gmail.com> - 2012-10-18 05:16 +1100
Re: Aggressive language on python-list rurpy@yahoo.com - 2012-10-17 12:20 -0700
Re: Aggressive language on python-list rurpy@yahoo.com - 2012-10-17 12:53 -0700
Re: Aggressive language on python-list Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2012-10-17 21:28 +0100
Re: Aggressive language on python-list rurpy@yahoo.com - 2012-10-17 14:10 -0700
Re: Aggressive language on python-list Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-10-17 23:17 +0000
Re: Aggressive language on python-list Ian Kelly <ian.g.kelly@gmail.com> - 2012-10-17 17:39 -0600
Re: Aggressive language on python-list rurpy@yahoo.com - 2012-10-17 17:24 -0700
Re: Aggressive language on python-list Zero Piraeus <schesis@gmail.com> - 2012-10-17 19:51 -0400
Re: Aggressive language on python-list Dwight Hutto <dwightdhutto@gmail.com> - 2012-10-17 19:53 -0400
Re: Aggressive language on python-list alex23 <wuwei23@gmail.com> - 2012-10-17 18:02 -0700
Re: Aggressive language on python-list Dwight Hutto <dwightdhutto@gmail.com> - 2012-10-17 21:13 -0400
Re: Aggressive language on python-list Dwight Hutto <dwightdhutto@gmail.com> - 2012-10-18 00:02 -0400
Re: Aggressive language on python-list alex23 <wuwei23@gmail.com> - 2012-10-17 21:06 -0700
Re: Aggressive language on python-list Dwight Hutto <dwightdhutto@gmail.com> - 2012-10-18 00:21 -0400
Re: Aggressive language on python-list alex23 <wuwei23@gmail.com> - 2012-10-17 21:24 -0700
Re: Aggressive language on python-list Dwight Hutto <dwightdhutto@gmail.com> - 2012-10-18 00:35 -0400
Re: Aggressive language on python-list Chris Angelico <rosuav@gmail.com> - 2012-10-18 15:28 +1100
Re: Aggressive language on python-list rusi <rustompmody@gmail.com> - 2012-10-17 21:36 -0700
Re: Aggressive language on python-list Zero Piraeus <schesis@gmail.com> - 2012-10-18 01:17 -0400
Re: Aggressive language on python-list rusi <rustompmody@gmail.com> - 2012-10-17 23:19 -0700
Re: Aggressive language on python-list David Hutto <dwightdhutto@gmail.com> - 2012-10-18 02:27 -0400
Re: Aggressive language on python-list rusi <rustompmody@gmail.com> - 2012-10-18 00:30 -0700
Re: Aggressive language on python-list Zero Piraeus <schesis@gmail.com> - 2012-10-18 03:07 -0400
Re: Aggressive language on python-list Dave Angel <d@davea.name> - 2012-10-18 05:43 -0400
Re: Aggressive language on python-list Dwight Hutto <dwightdhutto@gmail.com> - 2012-10-18 00:37 -0400
Re: Aggressive language on python-list Dwight Hutto <dwightdhutto@gmail.com> - 2012-10-18 00:05 -0400
Re: Aggressive language on python-list alex23 <wuwei23@gmail.com> - 2012-10-17 21:11 -0700
Re: Aggressive language on python-list Dwight Hutto <dwightdhutto@gmail.com> - 2012-10-18 00:26 -0400
Re: Aggressive language on python-list alex23 <wuwei23@gmail.com> - 2012-10-17 21:31 -0700
Re: Aggressive language on python-list Dwight Hutto <dwightdhutto@gmail.com> - 2012-10-18 00:57 -0400
Re: Aggressive language on python-list Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-10-18 05:29 +0000
Re: Aggressive language on python-list David Hutto <dwightdhutto@gmail.com> - 2012-10-18 01:43 -0400
Re: Aggressive language on python-list Robert Kern <robert.kern@gmail.com> - 2012-10-18 11:11 +0100
Re: Aggressive language on python-list Chris Angelico <rosuav@gmail.com> - 2012-10-18 15:23 +1100
Re: Aggressive language on python-list Dwight Hutto <dwightdhutto@gmail.com> - 2012-10-18 00:33 -0400
Re: Aggressive language on python-list Chris Angelico <rosuav@gmail.com> - 2012-10-18 15:42 +1100
Re: Aggressive language on python-list Hguant <hguant@gmail.com> - 2012-10-18 01:11 -0400
Re: Aggressive language on python-list Curt <curty@free.fr> - 2012-10-18 16:09 +0000
Re: Aggressive language on python-list Zero Piraeus <schesis@gmail.com> - 2012-10-17 20:02 -0400
Re: Aggressive language on python-list Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2012-10-18 01:44 +0100
Re: Aggressive language on python-list Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-10-18 01:55 +0100
Re: Aggressive language on python-list rusi <rustompmody@gmail.com> - 2012-10-16 20:00 -0700
csiph-web