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


Groups > comp.lang.python > #41972

Re: How to define "exec" method on a class object? Get syntax error due to built in command

Path csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.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.004
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'subject:error': 0.03; 'fixes': 0.07; 'enhancements': 0.09; 'oh,': 0.09; 'subject:command': 0.09; 'subject:method': 0.09; 'subject:How': 0.10; 'python': 0.11; 'bug': 0.12; '2.3.4': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'hat,': 0.16; 'subject: \n ': 0.16; 'subject:class': 0.16; 'subject:object': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'least': 0.26; 'supported': 0.26; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'feature': 0.29; 'am,': 0.29; '2.3': 0.30; 'strongly': 0.30; 'message-id:@mail.gmail.com': 0.30; 'bad.': 0.31; "d'aprano": 0.31; 'steven': 0.31; 'received:209.85': 0.35; 'received:209.85.220': 0.35; 'received:google.com': 0.35; 'dates': 0.36; 'behind': 0.37; 'received:209': 0.37; 'hat': 0.38; 'to:addr :python-list': 0.38; 'subject:" ': 0.39; 'to:addr:python.org': 0.39; 'even': 0.60; 'subject:? ': 0.60; 'extended': 0.61; 'providing': 0.61; 'back': 0.62; 'mar': 0.68; 'subject:Get': 0.68; '2.3.': 0.84; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=Xib6BvtIw07/x2wzn4v1EqsEu+IN/AvsBnQs944q3xU=; b=SLXwrO/YqBz1HCm+QfTv1k6fhY2WEBuj3A2FTiDWJmbbrjOXr7utkTNpARk4t+OqgZ Tr7GfL6zWLNUv/wR0cEqFS/V8fKjdUpW9fSgVKWHxF4wYbwsfVDA+o7GfbY4mVyc4mUL I4Ghzgrqy1pvF0S/A4TlUqMkEe1pYxyLC2gr1chYHM8m13t6dPjlX3QTl+FYLUsXBOBg Dlyo8OK0XahKp147KsTMP1xQjZ/2w4fgT646oGIrWUSZ6BSVYgGEf1STlqctItbi48/O 2+4+0+gPjY/QkETtzABCnM2xC64fPqrUKwBZc1cSlj9/LM7QRG+QLPSrStEH+gDPBosZ 6GgA==
MIME-Version 1.0
X-Received by 10.52.67.164 with SMTP id o4mr18074336vdt.42.1364347638029; Tue, 26 Mar 2013 18:27:18 -0700 (PDT)
In-Reply-To <51522cf5$0$29998$c3e8da3$5496439d@news.astraweb.com>
References <2461da1a-d7d8-465b-8c12-6dc78398ef79@googlegroups.com> <27d47c3b-18d7-4ef0-b6fb-d99482c72bdd@googlegroups.com> <mailman.3768.1364323431.2939.python-list@python.org> <c4405d82-2bf3-4d3d-8f7d-25d90915a8f1@v8g2000yqe.googlegroups.com> <mailman.3772.1364326766.2939.python-list@python.org> <51522cf5$0$29998$c3e8da3$5496439d@news.astraweb.com>
Date Wed, 27 Mar 2013 12:27:17 +1100
Subject Re: How to define "exec" method on a class object? Get syntax error due to built in command
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.3788.1364347646.2939.python-list@python.org> (permalink)
Lines 14
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1364347646 news.xs4all.nl 6894 [2001:888:2000:d::a6]:48035
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:41972

Show key headers only | View raw


On Wed, Mar 27, 2013 at 10:19 AM, Steven D'Aprano
<steve+comp.lang.python@pearwood.info> wrote:
> On Wed, 27 Mar 2013 06:39:24 +1100, Chris Angelico wrote:
>> I strongly recommend upgrading. 2.3.4 dates back to 2004, that's roughly
>> a decade of bug fixes and feature enhancements behind the times.
>
> Python 2.3 is still supported by Red Hat, at least if you have paid for
> extended support. In principle at least, Red Hat will be providing
> security fixes for 2.3.

Oh, I thought they only supported 2.4. My bad. Still, there's ten
years of feature improvements, even if not security patches.

ChrisA

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


Thread

How to define "exec" method on a class object? Get syntax error due to built in command Kyle <stalkernew@gmail.com> - 2013-03-25 13:28 -0700
  Re: How to define "exec" method on a class object? Get syntax error due to built in command Chris Angelico <rosuav@gmail.com> - 2013-03-26 07:43 +1100
  Re: How to define "exec" method on a class object? Get syntax error due to built in command Kyle <stalkernew@gmail.com> - 2013-03-26 11:13 -0700
    Re: How to define "exec" method on a class object? Get syntax error due to built in command Ethan Furman <ethan@stoneleaf.us> - 2013-03-26 11:36 -0700
    Re: How to define "exec" method on a class object? Get syntax error due to built in command Chris Angelico <rosuav@gmail.com> - 2013-03-27 05:43 +1100
      Re: How to define "exec" method on a class object? Get syntax error due to built in command Kyle <stalkernew@gmail.com> - 2013-03-26 12:24 -0700
        Re: How to define "exec" method on a class object? Get syntax error due to built in command Chris Angelico <rosuav@gmail.com> - 2013-03-27 06:39 +1100
          Re: How to define "exec" method on a class object? Get syntax error due to built in command Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-03-26 23:19 +0000
            Re: How to define "exec" method on a class object? Get syntax error due to built in command Chris Angelico <rosuav@gmail.com> - 2013-03-27 12:27 +1100

csiph-web