Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #60505
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.014 |
| X-Spam-Evidence | '*H*': 0.97; '*S*': 0.00; 'subject:fields': 0.09; 'subject:parsing': 0.09; 'yeah,': 0.09; '(do': 0.16; '10:59': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'quoted': 0.16; 'subject:XML': 0.16; 'wrote:': 0.18; 'seems': 0.21; 'sorry,': 0.24; 'text,': 0.24; 'fine': 0.24; 'looks': 0.24; 'post': 0.26; 'header:In-Reply-To:1': 0.27; 'message- id:@mail.gmail.com': 0.30; 'larry': 0.31; 'text': 0.33; 'plain': 0.33; 'subject:with': 0.35; 'but': 0.35; 'received:google.com': 0.35; "didn't": 0.36; 'gmail': 0.38; 'nov': 0.38; 'to:addr:python- list': 0.38; 'pm,': 0.38; 'realize': 0.39; 'to:addr:python.org': 0.39; '26,': 0.68; '2013': 0.98 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=HtUNyux2z6HuXSC7GPFf+lGlHAUul4DLFzjNqNyEuaU=; b=l+JDKK6epWS5DUmq6PgWHxtk8LvIdx+XhCRcC7vgCYXw3/Lljow6h6D6O5QMDqOMqy 5ocaUYtOOgECafCWGX6RFVYSrcJ6JVOLG5Nc5Sczc7qtaB53tc26VHKbNc/LiMK6PfMy Dlf8VgYGHxaeH1R8kWHE57E0vDQq0gEefSF6w84Dvk7lVY4k1MBOMxI3mM+NqksHGJ5e ASBgJ/5iGcwvwBLsNIDlXO9PzIn2yxG9fIWp1MEs70JHdajdtyPSNUyKQXwlRQzR7MrO bv5TKRfDi9QLejQRdszPwO3rId1B8btTdBbn2oPIraOgGct3tLTw445H77+z1dwLQtko K1/Q== |
| MIME-Version | 1.0 |
| X-Received | by 10.220.16.73 with SMTP id n9mr5216000vca.24.1385468412324; Tue, 26 Nov 2013 04:20:12 -0800 (PST) |
| In-Reply-To | <CACwCsY4SjL5=pPKGFj8pkb-3XVqO9rve6Y36033e9uTAgUmE-g@mail.gmail.com> |
| References | <eV_ku.19$6b4.10@fx26.am4> <CACwCsY4SjL5=pPKGFj8pkb-3XVqO9rve6Y36033e9uTAgUmE-g@mail.gmail.com> |
| Date | Tue, 26 Nov 2013 23:20:12 +1100 |
| Subject | Re: parsing nested unbounded XML fields with ElementTree |
| From | Chris Angelico <rosuav@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| 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 | <https://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 | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3231.1385468421.18130.python-list@python.org> (permalink) |
| Lines | 10 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1385468421 news.xs4all.nl 16011 [2001:888:2000:d::a6]:45148 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:60505 |
Show key headers only | View raw
On Tue, Nov 26, 2013 at 10:59 PM, Larry Martell <larry.martell@gmail.com> wrote: > Sorry, didn't realize it was sending in HMTL. I had it set to plain > text, but when the awful gmail update came out it seems to have > reverted to HTML. Hopefully this is better. Yeah, I have the same trouble... but yes, this post looks fine to me. (Do consider trimming quoted text, though.) It's text with no HTML component. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: parsing nested unbounded XML fields with ElementTree Alister <alister.ware@ntlworld.com> - 2013-11-26 10:41 +0000 Re: parsing nested unbounded XML fields with ElementTree Larry Martell <larry.martell@gmail.com> - 2013-11-26 06:59 -0500 Re: parsing nested unbounded XML fields with ElementTree Chris Angelico <rosuav@gmail.com> - 2013-11-26 23:20 +1100 Re: parsing nested unbounded XML fields with ElementTree alister <alister.ware@ntlworld.com> - 2013-11-26 12:57 +0000
csiph-web