Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #72437
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!eternal-september.org!feeder.eternal-september.org!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <robertw89@googlemail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.106 |
| X-Spam-Level | * |
| X-Spam-Evidence | '*H*': 0.79; '*S*': 0.00; '"real"': 0.16; 'investigate': 0.16; 'bit': 0.19; 'fine': 0.24; 'header:In-Reply- To:1': 0.27; '(this': 0.29; 'message-id:@mail.gmail.com': 0.30; 'received:google.com': 0.35; 'wrong': 0.37; 'skip:& 10': 0.38; 'from:addr:googlemail.com': 0.38; 'tired': 0.38; 'to:addr:python- list': 0.38; 'to:addr:python.org': 0.39; 'from:no real name:2**0': 0.61 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=XIdbnp9Um1hzDBvAk6MjtDYHDo1JuhDzT3ImrUPnNoQ=; b=icd+K49u78jo+MwtDlzP6qDt10WVYFBWjA1WLBpKssLcpMHzoUGSIuBGENcWVKyIIW iZLFU0gyIm0562S7NtNiCqRSb2L222qFgvAG8lLdQkWw0L/P0Cr7O/oT/AFaxl2DCNRa kMT8G4MDiE/V9BRVVjQ5iERrgJcIpzx69RwysdDjX9aEmOdACzsVgURfD6WolWrHHpxl bA/Oyqd13rQ74TbJM7PTsmUz+8ozMSsqrcikp7tZ/VfPzZ5QMcbDC7Ykarw2wgX3yS6v tEqZN0dJSaKHUe7Ak81ldI1u5Zr/MKii98HKp96/Qp3HxYm52MpO5XC+CpvNf0/lCLcJ L02Q== |
| MIME-Version | 1.0 |
| X-Received | by 10.224.165.70 with SMTP id h6mr52489332qay.78.1401732329107; Mon, 02 Jun 2014 11:05:29 -0700 (PDT) |
| In-Reply-To | <CANYcpZy3qZHRORFPTnvPcSV+uU2MHHPPcKuDXXuRvjNJBnKJKg@mail.gmail.com> |
| References | <CANYcpZy3qZHRORFPTnvPcSV+uU2MHHPPcKuDXXuRvjNJBnKJKg@mail.gmail.com> |
| Date | Mon, 2 Jun 2014 20:05:29 +0200 |
| Subject | Re: Strange Behavior |
| From | robertw89@googlemail.com |
| To | python-list@python.org |
| Content-Type | multipart/alternative; boundary=089e0149c3a48c144804fade3d06 |
| 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.10571.1401732331.18130.python-list@python.org> (permalink) |
| Lines | 19 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1401732331 news.xs4all.nl 2903 [2001:888:2000:d::a6]:43983 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:72437 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
I invoked the wrong bug.py :/ , works fine now (this happens to me when im a bit tired sometimes...). Im unsure about the "real" bugreport, will investigate if I find some time and motivation.
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Re: Strange Behavior robertw89@googlemail.com - 2014-06-02 20:05 +0200
Re: Strange Behavior Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-06-03 00:22 +0000
Re: Strange Behavior Chris Angelico <rosuav@gmail.com> - 2014-06-03 10:30 +1000
Re: Strange Behavior Igor Korot <ikorot01@gmail.com> - 2014-06-02 17:49 -0700
Choosing good names for things is difficult (was: Strange Behavior) Ben Finney <ben@benfinney.id.au> - 2014-06-03 10:57 +1000
Re: Choosing good names for things is difficult (was: Strange Behavior) Rustom Mody <rustompmody@gmail.com> - 2014-06-02 19:06 -0700
Re: Choosing good names for things is difficult (was: Strange Behavior) Chris Angelico <rosuav@gmail.com> - 2014-06-03 13:33 +1000
Re: Strange Behavior Peter Otten <__peter__@web.de> - 2014-06-03 10:01 +0200
Re: Strange Behavior Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-06-03 11:44 +0000
csiph-web