Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #94269
| Return-Path | <rosuav@gmail.com> |
|---|---|
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | UNSURE 0.218 |
| X-Spam-Level | ** |
| X-Spam-Evidence | '*H*': 0.70; '*S*': 0.14; 'subject:Python': 0.05; 'reject': 0.05; '21,': 0.07; 'cc:addr:python-list': 0.09; 'considered.': 0.09; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:install': 0.16; 'wrote:': 0.16; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'header:In- Reply-To:1': 0.24; 'message-id:@mail.gmail.com': 0.27; 'tue,': 0.34; 'received:google.com': 0.35; 'subject:?': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'being': 0.37; 'thank': 0.38; 'application': 0.39; 'your': 0.60; 'provide': 0.61; 'office': 0.62; 'christmas': 0.66; 'subject:there': 0.66; 'dear': 0.67; 'jul': 0.72; 'inform': 0.79; 'sir,': 0.79; 'break-up': 0.84; 'chrisa': 0.84; 'endeavour': 0.84; 'secretary,': 0.84; 'to:none': 0.91; 'duly': 0.91; 'camera': 0.93 |
| 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:cc :content-type; bh=yRKlVnYHh89p2bmSv0XudsHgSjezyIMxaBn+LqIeO5Y=; b=x0A+nj/mm3jvDDEXv4C60JKCZ8pzopNuw7a77pJFm3Zb3Euy45/7AREV3vKI2nnz2t t1pWJfyr610WgtcUHSqBYG+kYiT92cyIfr+lD3TxilKLgOoNH/veO8AIr8VADWUMG6GX cY6HFWAezqjPuyl74ySxM5v9SPGafkAeFGwHTb9+2AB41GJiYUyss01nbvk3ibZ4FJrZ c7axY+HhWsRBAjo4tT3CqH9gE6HfXchfJy0HkCtKWEztLJ8mdG4aWZKp9YzvXT/5AWHe KgIqbKXsl7XOVElrCjP/U5+UHdBzILRREr5R/fzFUxbh5gJbkOk3qWZ/G9u3g/xPy4TU y1zQ== |
| MIME-Version | 1.0 |
| X-Received | by 10.50.136.194 with SMTP id qc2mr20196861igb.6.1437449831978; Mon, 20 Jul 2015 20:37:11 -0700 (PDT) |
| In-Reply-To | <70f52ebb-5c00-41d2-880c-b14745db973a@googlegroups.com> |
| References | <3e71ac8f-7976-455a-8432-f3986b2f78b1@googlegroups.com> <mailman.798.1437448630.3674.python-list@python.org> <70f52ebb-5c00-41d2-880c-b14745db973a@googlegroups.com> |
| Date | Tue, 21 Jul 2015 13:37:11 +1000 |
| Subject | Re: Is there a way to install ALL Python packages? |
| From | Chris Angelico <rosuav@gmail.com> |
| Cc | "python-list@python.org" <python-list@python.org> |
| Content-Type | text/plain; charset=UTF-8 |
| X-Mailman-Approved-At | Tue, 21 Jul 2015 06:50:23 +0200 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| 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.805.1437454224.3674.python-list@python.org> (permalink) |
| Lines | 13 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1437454224 news.xs4all.nl 2926 [2001:888:2000:d::a6]:52153 |
| X-Complaints-To | abuse@xs4all.nl |
| Path | csiph.com!usenet.pasdenom.info!news.stben.net!border1.nntp.ams1.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
| Xref | csiph.com comp.lang.python:94269 |
Show key headers only | View raw
On Tue, Jul 21, 2015 at 1:24 PM, Rustom Mody <rustompmody@gmail.com> wrote: > Dear Sir, > > This is to inform you we have just received your application which is being duly considered. > > Office of Bofh Thank you for your consideration. I shall endeavour to provide satisfaction, unless you reject my application, in which case I shall publish what I know about you, the boss's secretary, and the low-light camera placed in the boardroom prior to the Christmas break-up party. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Is there a way to install ALL Python packages? ryguy7272 <ryanshuell@gmail.com> - 2015-07-20 19:57 -0700
Re: Is there a way to install ALL Python packages? Chris Angelico <rosuav@gmail.com> - 2015-07-21 13:17 +1000
Re: Is there a way to install ALL Python packages? Rustom Mody <rustompmody@gmail.com> - 2015-07-20 20:24 -0700
Re: Is there a way to install ALL Python packages? Chris Angelico <rosuav@gmail.com> - 2015-07-21 13:37 +1000
Re: Is there a way to install ALL Python packages? Michael Torrie <torriem@gmail.com> - 2015-07-20 21:39 -0600
Re: Is there a way to install ALL Python packages? Terry Reedy <tjreedy@udel.edu> - 2015-07-21 00:40 -0400
Re: Is there a way to install ALL Python packages? Laura Creighton <lac@openend.se> - 2015-07-21 09:57 +0200
Re: Is there a way to install ALL Python packages? tjohnson <tandrewjohnson@outlook.com> - 2015-07-21 08:10 -0400
Re: Is there a way to install ALL Python packages? ryguy7272 <ryanshuell@gmail.com> - 2015-07-21 08:19 -0700
Re: Is there a way to install ALL Python packages? tjohnson <tandrewjohnson@outlook.com> - 2015-07-21 17:53 -0400
Re: Is there a way to install ALL Python packages? ryguy7272 <ryanshuell@gmail.com> - 2015-07-21 19:58 -0700
Re: Is there a way to install ALL Python packages? Laura Creighton <lac@openend.se> - 2015-07-22 09:13 +0200
csiph-web