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


Groups > comp.lang.python > #56648

Re: super in Python 3 and variadic arguments

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.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.062
X-Spam-Evidence '*H*': 0.90; '*S*': 0.02; 'subject:Python': 0.06; 'bug': 0.12; "didn't,": 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'remembered': 0.16; 'send.': 0.16; 'wrote:': 0.18; 'header:In-Reply-To:1': 0.27; 'message- id:@mail.gmail.com': 0.30; 'code': 0.31; "d'aprano": 0.31; 'steven': 0.31; 'fri,': 0.33; 'test': 0.35; 'but': 0.35; 'received:google.com': 0.35; "didn't": 0.36; "i'll": 0.36; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'ps.': 0.84; 'hundred': 0.95; '2013': 0.98
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=HaCmM4E62iX1XsAnmEW9Ixw5eZAJQnZ+rOrGxcMK7hc=; b=XzpBW5xC6NRhJTYNTalPDVeYt+CHkS9h8DktJ14Ce7eOB1TbUgHFpsuG85PyQzQzlz UwROWdf9kBCUY8NbD/FU7yIGHEFJLJ20P/WwGlzoanZ9JKJjvnpwfmvwsUAUtHNQSJHe wC5Tqsm2ZlI28oKsBpH+paf7BLcaWO+DtycraCk9ofEymYNHohgjRXd4srZbnqdCHlr6 y0olzDOtzIVTn+hzLRUz9pMxc8ghdVNGE7Azro0beL12dnw+2MEDbSLhIClgpeEoS+9q 4k/JUgcvO2zHTDo/lMD/RPq6xsdQ8au6viKyUF6B6z5PM/dPqYb8bLnQs6tazSQriNnm JE3g==
MIME-Version 1.0
X-Received by 10.49.104.131 with SMTP id ge3mr5624820qeb.77.1381471725471; Thu, 10 Oct 2013 23:08:45 -0700 (PDT)
In-Reply-To <525769b2$0$29984$c3e8da3$5496439d@news.astraweb.com>
References <l33tlf$rr1$1@speranza.aioe.org> <mailman.902.1381337680.18130.python-list@python.org> <52565598.6000709@gmail.com> <mailman.932.1381403081.18130.python-list@python.org> <52575e47$0$29984$c3e8da3$5496439d@news.astraweb.com> <mailman.977.1381458865.18130.python-list@python.org> <525769b2$0$29984$c3e8da3$5496439d@news.astraweb.com>
Date Fri, 11 Oct 2013 17:08:45 +1100
Subject Re: super in Python 3 and variadic arguments
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 <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.985.1381471733.18130.python-list@python.org> (permalink)
Lines 11
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1381471733 news.xs4all.nl 15879 [2001:888:2000:d::a6]:45747
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:56648

Show key headers only | View raw


On Fri, Oct 11, 2013 at 2:00 PM, Steven D'Aprano
<steve+comp.lang.python@pearwood.info> wrote:
> I'll now go and write "I will always test my code snippets before
> posting" on the blackboard one hundred times.

print("I will always test my code snippets before posting\n"*100)

ChrisA

PS. Irony would be having a bug in that because I didn't test it. I
almost didn't, but remembered just before hitting Send.

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


Thread

super in Python 3 and variadic arguments Marco Buttu <marco.buttu@gmail.com> - 2013-10-09 17:44 +0200
  Re: super in Python 3 and variadic arguments Ned Batchelder <ned@nedbatchelder.com> - 2013-10-09 12:47 -0400
    Re: super in Python 3 and variadic arguments Marco Buttu <marco.buttu@gmail.com> - 2013-10-10 09:22 +0200
      Re: super in Python 3 and variadic arguments Ned Batchelder <ned@nedbatchelder.com> - 2013-10-10 07:04 -0400
        Re: super in Python 3 and variadic arguments Marco Buttu <marco.buttu@gmail.com> - 2013-10-10 14:54 +0200
        Re: super in Python 3 and variadic arguments Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-10-11 02:11 +0000
          Re: super in Python 3 and variadic arguments Ian Kelly <ian.g.kelly@gmail.com> - 2013-10-10 20:33 -0600
            Re: super in Python 3 and variadic arguments Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-10-11 03:00 +0000
              Re: super in Python 3 and variadic arguments Chris Angelico <rosuav@gmail.com> - 2013-10-11 17:08 +1100
            Re: super in Python 3 and variadic arguments Marco Buttu <marco.buttu@gmail.com> - 2013-10-11 08:17 +0200
          Re: super in Python 3 and variadic arguments Marco Buttu <marco.buttu@gmail.com> - 2013-10-11 08:15 +0200

csiph-web