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


Groups > comp.lang.python > #65464

Re: Calculator Problem

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed4a.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.018
X-Spam-Evidence '*H*': 0.96; '*S*': 0.00; 'converted': 0.09; 'cc:addr :python-list': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'identifier,': 0.16; 'roy': 0.16; 'subject:Problem': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'feb': 0.22; 'input': 0.22; 'cc:addr:python.org': 0.22; 'necessary.': 0.24; "shouldn't": 0.24; 'unicode': 0.24; 'cc:2**0': 0.24; 'gets': 0.27; 'header:In-Reply-To:1': 0.27; 'point': 0.28; 'am,': 0.29; 'character': 0.29; 'message-id:@mail.gmail.com': 0.30; 'assumes': 0.31; 'anyone': 0.31; "can't": 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'var': 0.36; 'possible': 0.36; 'being': 0.38; 'how': 0.40; 'smith': 0.68; 'article': 0.77; '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=L8ZEAgnHDwV5vfTVaEpdjcPrCBg4GEWOh7UHB+ZwJtU=; b=Pcwkh2LkSjxjAQ6WonpgmppyvK1/gTYIa26Z49mpZXftNGm8Zq3438wsoaeGATwnuO e5AEIjZDwr4/5Gw6EO7KDnHqWSGr6XnTto2dsIxzcUOWZfFwSku+aPA0wkLuBo3S6Tgx R8O7oEaLhuH/qRJc2AjE5816nfoP/q6a2yKIfvyQFegzJY/CVKIV9a1LgepwhBgpNbys rQHXgumUaYaO/aZG5BN1qSwqAt2sWZB2oOVuapNBkFf/mAZ4KHtZts8Gs/b3apk3xP34 r88bHOvaPleRLkEAAnsEORiSekoh4Jj3T96zEhE+hkDGNk9U1U1r/Wuxw+7waAqO7KZu qWmw==
MIME-Version 1.0
X-Received by 10.68.162.66 with SMTP id xy2mr47496406pbb.46.1391562554201; Tue, 04 Feb 2014 17:09:14 -0800 (PST)
In-Reply-To <roy-4910C7.19535204022014@news.panix.com>
References <608a3384-525b-4879-82d2-5a6414827fa7@googlegroups.com> <ed1c2ddd-f704-4d58-a5a4-aef13de88817@googlegroups.com> <roy-4910C7.19535204022014@news.panix.com>
Date Wed, 5 Feb 2014 12:09:14 +1100
Subject Re: Calculator Problem
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.6415.1391562558.18130.python-list@python.org> (permalink)
Lines 18
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1391562558 news.xs4all.nl 2905 [2001:888:2000:d::a6]:58460
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:65464

Show key headers only | View raw


On Wed, Feb 5, 2014 at 11:53 AM, Roy Smith <roy@panix.com> wrote:
> In article <ed1c2ddd-f704-4d58-a5a4-aef13de88817@googlegroups.com>,
>  David Hutto <dwightdhutto@gmail.com> wrote:
>
>> Can anyone point out how using an int as a var is possible
>
> one = 42
>
> (ducking and running)

In theory, there might be a Unicode character that's valid as an
identifier, but gets converted into U+0031 for ASCIIfication prior to
being sent by email. However, I can't find one :)

And of course, that assumes that the OP's mail client mangles its
input in that way. ASCIIfication shouldn't be necessary.

ChrisA

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


Thread

Calculator Problem Charlie Winn <charliewinn97@gmail.com> - 2014-02-02 13:16 -0800
  Re: Calculator Problem Alister <alister.ware@ntlworld.com> - 2014-02-02 21:39 +0000
  Re: Calculator Problem Gary Herron <gary.herron@islandtraining.com> - 2014-02-02 13:46 -0800
    Re: Calculator Problem Denis McMahon <denismfmcmahon@gmail.com> - 2014-02-02 22:11 +0000
    Re: Calculator Problem Charlie Winn <charliewinn97@gmail.com> - 2014-02-03 10:04 -0800
      Re: Calculator Problem Joel Goldstick <joel.goldstick@gmail.com> - 2014-02-03 13:17 -0500
        Re: Calculator Problem Charlie Winn <charliewinn97@gmail.com> - 2014-02-03 10:25 -0800
          Re: Calculator Problem Denis McMahon <denismfmcmahon@gmail.com> - 2014-02-04 00:41 +0000
      Re: Calculator Problem Roy Smith <roy@panix.com> - 2014-02-03 13:26 -0500
      Re: Calculator Problem Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-02-03 22:24 +0000
        Re: Calculator Problem Ian Kelly <ian.g.kelly@gmail.com> - 2014-02-03 16:10 -0700
      Re: Calculator Problem Gary Herron <gary.herron@islandtraining.com> - 2014-02-03 15:06 -0800
  Re: Calculator Problem David Hutto <dwightdhutto@gmail.com> - 2014-02-04 07:43 -0800
    Re: Calculator Problem David Hutto <dwightdhutto@gmail.com> - 2014-02-04 10:54 -0500
    Re: Calculator Problem Roy Smith <roy@panix.com> - 2014-02-04 19:53 -0500
      Re: Calculator Problem Chris Angelico <rosuav@gmail.com> - 2014-02-05 12:09 +1100
      Re: Calculator Problem Dan Sommers <dan@tombstonezero.net> - 2014-02-05 02:22 +0000
        Re: Calculator Problem Joshua Landau <joshua@landau.ws> - 2014-02-05 18:03 +0000
        Re: Calculator Problem Peter Otten <__peter__@web.de> - 2014-02-05 19:15 +0100
  Re: Calculator Problem "Mario R. Osorio" <nimbiotics@gmail.com> - 2014-02-04 14:55 -0800
  Re: Calculator Problem 88888 Dihedral <dihedral88888@gmail.com> - 2014-02-05 10:30 -0800

csiph-web