Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.012 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:Python': 0.06; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'mangled': 0.16; 'multipart': 0.16; 'newsgroup.': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'normally': 0.19; 'producing': 0.19; 'header:User-Agent:1': 0.23; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'idea': 0.28; 'michael': 0.29; 'subject:) ': 0.29; "doesn't": 0.30; 'dec': 0.30; '-0700,': 0.31; 'apparently': 0.31; 'follows': 0.31; 'text': 0.33; 'subject: (': 0.35; 'but': 0.35; 'shows': 0.36; 'subject:?': 0.36; 'gmail': 0.38; 'mine': 0.38; 'to:addr:python-list': 0.38; 'anything': 0.39; 'does': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'most': 0.60; 'show': 0.63; 'more': 0.64; 'subject:Movie': 0.84; 'refuse': 0.93; '2013': 0.98 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Dave Angel Subject: Re: Movie (MPAA) ratings and Python? Date: Thu, 12 Dec 2013 08:56:19 -0500 References: <2CDEC558-B896-402C-8F70-A3089A5EC93D@gmail.com> <52a8f410$0$29992$c3e8da3$5496439d@news.astraweb.com> <52A95616.4000402@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: dpc6744192057.direcpc.com In-Reply-To: <52A95616.4000402@gmail.com> User-Agent: Groundhog Newsreader for Android X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 24 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1386856520 news.xs4all.nl 2897 [2001:888:2000:d::a6]:36447 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:61710 On Wed, 11 Dec 2013 23:22:14 -0700, Michael Torrie wrote: > From what I can see gmail is producing a multipart message that has a > plaint text part and an html part. This is what gmail normally does and > as far as I know it's RFC-compliant and that's what gmail always does. "Always does" doesn't mean it's a good idea on a text newsgroup. Very often the pretty text in the html part is mangled in the text part. Most often this is just indentation, but for Python that's a biggie. It also means that we don't all see the same thing. Including both makes the download slower and more expensive. Some text newsreaders refuse to show anything if there's an html part. Mine (groundhog on android) apparently shows the text part if it follows the html part. -- DaveA