Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #32924

Re: [Python-ideas] sys.py3k

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed5.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.013
X-Spam-Evidence '*H*': 0.97; '*S*': 0.00; 'subject:: [': 0.03; 'subject:Python': 0.05; 'anatoly': 0.16; 'chris,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:ideas': 0.16; 'wrote:': 0.17; 'thu,': 0.17; '>>>': 0.18; 'subject:] ': 0.19; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'message-id:@mail.gmail.com': 0.27; 'all.': 0.28; 'chris': 0.28; "d'aprano": 0.29; 'steven': 0.29; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'wrong': 0.34; 'done': 0.34; 'nov': 0.35; 'received:209.85': 0.35; 'received:209': 0.37; 'sure': 0.38; 'to:addr:python.org': 0.39; 'list,': 0.39; 'subject:-': 0.40; 'header:Received:5': 0.40; "you've": 0.61; 'regularly': 0.65; 'reply': 0.66
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=7p4dxP5aemSwKOyXmnXb4ctQtMQT/VoG0s3kZSIpw7Q=; b=VDcBAKd2CZRjycGcrfP084RMGK4Zilr7w4Bv5SH/47EAf7wO8zGVB8sWU4I/61dWZ8 lKqvbFEgeBsW7FbDAH3c5hgoPF2bQEx3QVKohKbyfPJpxt2kWaEf7R8rYWNtjeOUhTvX gXR2n7w5I5KcTGgJQkOfGbCo/B/sitFWA8q5d5xIHmbWgPxil+nid1edIuZdbZ5cuMOP mgkXIfhPj7bfOOsZheAylKxighPJICnVfnW3wH/EUiBshAYc1islUlKQRG97+Az0iwTw Ge7I8jKWo0S9+UsnI8txGHLekMhYtPK930uY+e+A+DZe9zvOtHcryyBr+X0mP3K6DKFM KLGw==
MIME-Version 1.0
In-Reply-To <509af533$0$29980$c3e8da3$5496439d@news.astraweb.com>
References <CAPkN8xL1Hh72_cur91xTPVcyxMLzMVPpZcUp_oumUFKhMZZTDg@mail.gmail.com> <5096ED46.20502@pearwood.info> <CAHVvXxSJ1wP8+VK1gZP5cyCL9Xr9iu209DeQWgGAOo4AmZ6UZQ@mail.gmail.com> <20121105063008.GA14836@ando> <CAPkN8xLbr1Xn+m_LWw92KKrVB5K7AeZs_+Ju9CZq0Q=yG-5wSA@mail.gmail.com> <mailman.3401.1352330078.27098.python-list@python.org> <509af533$0$29980$c3e8da3$5496439d@news.astraweb.com>
Date Thu, 8 Nov 2012 11:06:03 +1100
Subject Re: [Python-ideas] sys.py3k
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 <http://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 <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.3411.1352333167.27098.python-list@python.org> (permalink)
Lines 16
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1352333167 news.xs4all.nl 6985 [2001:888:2000:d::a6]:43897
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:32924

Show key headers only | View raw


On Thu, Nov 8, 2012 at 10:56 AM, Steven D'Aprano
<steve+comp.lang.python@pearwood.info> wrote:
> On Thu, 08 Nov 2012 10:14:35 +1100, Chris Angelico wrote:
>
>> On Thu, Nov 8, 2012 at 5:35 AM, anatoly techtonik <techtonik@gmail.com>
>> wrote:
>>> I thought of sys.py3k check ...
>
> Chris, you regularly reply to the wrong mailing list, and you've just
> done it again. This is not python-ideas.

Ack! Sorry all. I was sure I checked.... whoops.

Egg-on-face-ly yours...

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Re: [Python-ideas] sys.py3k Chris Angelico <rosuav@gmail.com> - 2012-11-08 10:14 +1100
  Re: [Python-ideas] sys.py3k Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-11-07 23:56 +0000
    Re: [Python-ideas] sys.py3k Chris Angelico <rosuav@gmail.com> - 2012-11-08 11:06 +1100

csiph-web