Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!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.010 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:IDLE': 0.04; 'subject:module': 0.09; 'terry': 0.09; '__all__.': 0.16; 'callable,': 0.16; 'created.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'reedy': 0.16; 'wrote:': 0.17; 'thu,': 0.17; 'tracker': 0.20; 'doc': 0.22; 'header:In-Reply- To:1': 0.25; '(which': 0.26; 'thanks!': 0.26; 'message- id:@mail.gmail.com': 0.27; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'open': 0.35; 'pm,': 0.35; 'received:209.85': 0.35; 'add': 0.36; 'should': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'believe': 0.69; 'contrary': 0.71; '2013': 0.84 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=K09T42ChTk1saL3pI9YTvh0EORr1jjpjkBDmcUk7VjU=; b=ViJwP9oPBMBfiNnFxxYdCgy/5tCJxncDiY2iiQsCVaSfDWu0kXdzSliEQde2UX0b/b nSn3RrL+rK9Z1KVohbxffUSacIoaWtpxhvC2l9S62cgyXSxVTOgud9bVSiGy3CTy0jeO 6ITj9bS6/h/L48Ec22KiRR+fmhJrck9jbfN7H5jdH2GgSSPY9bUS0s7KaWKctkrMzICg rBoO6+Ii1KjRTRdSH0uw3I/dZVu7FhBY3stJA+1LicLNytTc+dK3s+ln8wTRROcuzWVg Anchs1toRRwd6bIfnZbgmLMEJMKHSkeaywuFKlsyyJ/pRNlEKfBAvYqW/cVQKGnd3j8w T8AA== MIME-Version: 1.0 X-Received: by 10.52.29.209 with SMTP id m17mr564713vdh.111.1363248941989; Thu, 14 Mar 2013 01:15:41 -0700 (PDT) In-Reply-To: References: Date: Thu, 14 Mar 2013 19:15:41 +1100 Subject: Re: timeit module in IDLE 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: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1363248945 news.xs4all.nl 6853 [2001:888:2000:d::a6]:42571 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:41215 On Thu, Mar 14, 2013 at 6:21 PM, Terry Reedy wrote: > I believe everything in the doc should be in __all__. Open an issue on the > tracker and add terry.reedy as nosy. > Note on the issue that timeit.default_timer is not callable, contrary to the > doc (which should also be fixed). Thanks! Issue 17414 created. ChrisA