Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #22442
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.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.002 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'false.': 0.07; 'editor.': 0.09; 'mess': 0.09; 'settings,': 0.09; 'terry': 0.09; 'jan': 0.11; 'eckhardt': 0.16; 'fires': 0.16; 'formatting,': 0.16; 'great!': 0.16; 'posted,': 0.16; 'posting:': 0.16; 'python",': 0.16; 'received:80.91': 0.16; 'received:80.91.229': 0.16; 'received:gmane.org': 0.16; 'received:list': 0.16; 'received:verizon.net': 0.16; 'reedy': 0.16; 'titled': 0.16; 'wrote:': 0.19; 'skip:m 30': 0.21; 'disable': 0.21; 'tells': 0.21; 'header:In-Reply-To:1': 0.22; 'raw': 0.23; "doesn't": 0.25; 'looks': 0.25; 'header:User-Agent:1': 0.26; 'subject:/': 0.27; 'this.': 0.27; 'header:X-Complaints-To:1': 0.29; 'button': 0.30; "can't": 0.32; 'could': 0.32; 'am,': 0.34; 'to:addr:python-list': 0.35; 'another': 0.36; 'received:org': 0.36; 'searching': 0.37; 'subject:: ': 0.37; "didn't": 0.38; 'there,': 0.38; 'according': 0.38; 'means': 0.38; 'some': 0.39; 'to:addr:python.org': 0.39; 'where': 0.39; 'header:Received:5': 0.40; 'skip:" 10': 0.40; 'content': 0.40; 'received:net': 0.60; 'advanced': 0.61; 'more': 0.63; 'mailer': 0.84; 'subject:tabs': 0.84; 'quotation': 0.95 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Terry Reedy <tjreedy@udel.edu> |
| Subject | Re: tabs/spaces |
| Date | Mon, 02 Apr 2012 03:42:02 -0400 |
| References | <pncb49-ur7.ln1@satorlaser.homedns.org> <mailman.1088.1332959227.3037.python-list@python.org> <0ved49-hie.ln1@satorlaser.homedns.org> <mailman.1120.1333034733.3037.python-list@python.org> <hj2g49-nsk.ln1@satorlaser.homedns.org> <mailman.1146.1333111702.3037.python-list@python.org> <u30o49-fcb.ln1@satorlaser.homedns.org> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | pool-74-109-121-73.phlapa.fios.verizon.net |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0 |
| In-Reply-To | <u30o49-fcb.ln1@satorlaser.homedns.org> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| 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.1199.1333352542.3037.python-list@python.org> (permalink) |
| Lines | 30 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1333352542 news.xs4all.nl 6980 [2001:888:2000:d::a6]:42342 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:22442 |
Show key headers only | View raw
On 4/2/2012 3:12 AM, Ulrich Eckhardt wrote:
> I can't find any HTML in what I posted, so HTML is not the problem. A
> difference could be the content type. I had in my posting:
>
> Content-Type: text/plain; charset=ISO-8859-15; format=flowed
>
> Another one titled "Pipelining in Python", where TB doesn't mess up the
> formatting, has:
>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Searching the web turned up [1], the gist is that "format=flowed" means
> that your mailer is allowed to move linebreaks and quotation signs (">
> ") as it wants. Which is not what I meant. Some more search turned up
> [2], which tells us how to disable this. Go to the settings, advanced
> section and find the button that fires up the raw configuration editor.
> There, locate the key mailnews.send_plaintext_flowed and change the
> according value to false.
>
> # Checking...
> if this.worked:
> hurray("I didn't even have to close the message in writing")
Looks great!
I never knew about that setting.
--
Terry Jan Reedy
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
unittest: assertRaises() with an instance instead of a type Ulrich Eckhardt <ulrich.eckhardt@dominolaser.com> - 2012-03-28 14:28 +0200
Re: unittest: assertRaises() with an instance instead of a type Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-03-28 18:07 +0000
Re: unittest: assertRaises() with an instance instead of a type Ben Finney <ben+python@benfinney.id.au> - 2012-03-29 12:55 +1100
Re: unittest: assertRaises() with an instance instead of a type Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-03-29 06:35 +0000
Re: unittest: assertRaises() with an instance instead of a type Peter Otten <__peter__@web.de> - 2012-03-29 08:55 +0200
Re: unittest: assertRaises() with an instance instead of a type Steve Howell <showell30@yahoo.com> - 2012-03-28 22:50 -0700
Re: unittest: assertRaises() with an instance instead of a type Ulrich Eckhardt <ulrich.eckhardt@dominolaser.com> - 2012-03-29 09:08 +0200
Re: unittest: assertRaises() with an instance instead of a type Peter Otten <__peter__@web.de> - 2012-03-29 09:48 +0200
Re: unittest: assertRaises() with an instance instead of a type Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-03-30 02:45 +0000
Re: unittest: assertRaises() with an instance instead of a type Ethan Furman <ethan@stoneleaf.us> - 2012-03-30 10:45 -0700
Re: unittest: assertRaises() with an instance instead of a type Ethan Furman <ethan@stoneleaf.us> - 2012-03-29 08:35 -0700
Re: unittest: assertRaises() with an instance instead of a type Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-03-30 02:53 +0000
Re: unittest: assertRaises() with an instance instead of a type Terry Reedy <tjreedy@udel.edu> - 2012-03-28 14:26 -0400
Re: unittest: assertRaises() with an instance instead of a type Ulrich Eckhardt <ulrich.eckhardt@dominolaser.com> - 2012-03-29 09:28 +0200
Re: unittest: assertRaises() with an instance instead of a type Terry Reedy <tjreedy@udel.edu> - 2012-03-29 11:04 -0400
tabs/spaces (was: Re: unittest: assertRaises() with an instance instead of a type) Ulrich Eckhardt <ulrich.eckhardt@dominolaser.com> - 2012-03-29 09:18 +0200
Re: tabs/spaces (was: Re: unittest: assertRaises() with an instance instead of a type) Roy Smith <roy@panix.com> - 2012-03-29 08:49 -0400
Re: tabs/spaces Dave Angel <d@davea.name> - 2012-03-29 11:16 -0400
Re: tabs/spaces Terry Reedy <tjreedy@udel.edu> - 2012-03-29 11:25 -0400
Re: tabs/spaces Ulrich Eckhardt <ulrich.eckhardt@dominolaser.com> - 2012-03-30 09:05 +0200
Re: tabs/spaces Dave Angel <d@davea.name> - 2012-03-30 08:47 -0400
Re: tabs/spaces Ulrich Eckhardt <ulrich.eckhardt@dominolaser.com> - 2012-04-02 09:12 +0200
Re: tabs/spaces Terry Reedy <tjreedy@udel.edu> - 2012-04-02 03:42 -0400
csiph-web