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: 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: <52565598.6000709@gmail.com> <52575e47$0$29984$c3e8da3$5496439d@news.astraweb.com> <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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 On Fri, Oct 11, 2013 at 2:00 PM, Steven D'Aprano 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.