Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #77911
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.albasani.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!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.022 |
| X-Spam-Evidence | '*H*': 0.96; '*S*': 0.00; '16,': 0.03; 'cc:addr :python-list': 0.11; 'follow-up': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'post': 0.26; 'header :In-Reply-To:1': 0.27; 'am,': 0.29; 'primarily': 0.30; 'message- id:@mail.gmail.com': 0.30; 'changed.': 0.31; 'josh': 0.31; 'sep': 0.31; "can't": 0.35; 'received:google.com': 0.35; 'list.': 0.37; 'delete': 0.39; 'mailing': 0.39; 'to:none': 0.92 |
| 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=ejlsHdy75WpT0AKbh0AWSmszVcWK9pOxevfTxcfvbco=; b=S8Zi26gvZJAsFFg6ubL88Pcc45n3426NpScnKrqYNu7ZCN1e36ZXoBG3X+69Vny9Vu A+OVEiDQtRtY6vwMYWz3j17LF/jDtxgtIgIY4QHXLAeFw2uV131ChqUMHfnJplZfCoUo oQTz7vsS+7u8VKkVYubmc91VwPQWmjdxG6zEm+8SRlivqcM3rUXIppsvM5gLMMnXapRp 25Al8cOL/7ruWQifqNG9tJN/KTEg+yYVUz765jlfKqpdPk3uCY6XPLOqjucdyj0Pl7Nx BbKy+CHNIJMIOfIq3vH/YA+VOE/+v+kTGoIXpz33I6yNf0w9IH+ENfvzVRlkNtWiouDe NZXQ== |
| MIME-Version | 1.0 |
| X-Received | by 10.112.209.70 with SMTP id mk6mr1759415lbc.44.1410831559617; Mon, 15 Sep 2014 18:39:19 -0700 (PDT) |
| In-Reply-To | <97c57b2e-3a80-4b92-adc0-34ba86767de1@googlegroups.com> |
| References | <de0f0d70-6823-4c8e-ae83-519c39ca9eaf@googlegroups.com> <mailman.14032.1410808351.18130.python-list@python.org> <97c57b2e-3a80-4b92-adc0-34ba86767de1@googlegroups.com> |
| Date | Tue, 16 Sep 2014 11:39:19 +1000 |
| Subject | Re: protocol.py, brine.py, and compat.py causing trouble |
| From | Chris Angelico <rosuav@gmail.com> |
| Cc | "python-list@python.org" <python-list@python.org> |
| Content-Type | text/plain; charset=UTF-8 |
| 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.14039.1410831566.18130.python-list@python.org> (permalink) |
| Lines | 9 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1410831566 news.xs4all.nl 2892 [2001:888:2000:d::a6]:58235 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:77911 |
Show key headers only | View raw
On Tue, Sep 16, 2014 at 11:02 AM, Josh English <Joshua.R.English@gmail.com> wrote: > I deleted the original post because I had figured out what I had changed. This is primarily a newsgroup and a mailing list. You can't delete posts. The best thing to do is to send a follow-up explaining that you no longer need answers. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
protocol.py, brine.py, and compat.py causing trouble Josh English <Joshua.R.English@gmail.com> - 2014-09-13 23:44 -0700
Re: protocol.py, brine.py, and compat.py causing trouble Terry Reedy <tjreedy@udel.edu> - 2014-09-14 13:57 -0400
Re: protocol.py, brine.py, and compat.py causing trouble Josh English <Joshua.R.English@gmail.com> - 2014-09-15 18:05 -0700
Re:protocol.py, brine.py, and compat.py causing trouble Dave Angel <davea@davea.name> - 2014-09-15 09:12 -0400
Re:protocol.py, brine.py, and compat.py causing trouble Dave Angel <davea@davea.name> - 2014-09-15 09:35 -0400
Re: protocol.py, brine.py, and compat.py causing trouble Emile van Sebille <emile@fenx.com> - 2014-09-15 12:11 -0700
Re: protocol.py, brine.py, and compat.py causing trouble Josh English <Joshua.R.English@gmail.com> - 2014-09-15 18:02 -0700
Re: protocol.py, brine.py, and compat.py causing trouble Chris Angelico <rosuav@gmail.com> - 2014-09-16 11:39 +1000
csiph-web