Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder5.xlned.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; '(it': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'bug': 0.10; 'subject:not': 0.11; 'devs': 0.16; 'fix,': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'wrote:': 0.17; 'copied': 0.17; 'fixed.': 0.17; '2.x': 0.22; 'patch': 0.24; 'url:bugs': 0.24; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'looks': 0.26; 'subject:skip:d 10': 0.27; 'header:X-Complaints-To:1': 0.28; 'probably': 0.29; 'url:python': 0.32; 'could': 0.32; 'docs': 0.33; 'to:addr:python- list': 0.33; 'jason': 0.35; 'received:org': 0.36; 'url:org': 0.36; 'thank': 0.36; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'received:46': 0.60; 'easy': 0.60; 'you.': 0.61; 'love': 0.63; 'done:': 0.84; 'subject:skip:N 10': 0.93 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Serhiy Storchaka Subject: Re: NamedTemporaryFile does not match documentation Date: Fri, 22 Feb 2013 13:03:09 +0200 References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: 46.211.167.160 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 In-Reply-To: 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: 1361531004 news.xs4all.nl 6977 [2001:888:2000:d::a6]:57427 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:39543 On 22.02.13 07:57, Jason Friedman wrote: >> Yep, that looks like a docs bug (it was probably copied straight in >> from the 2.x docs). Nice and easy to fix, you could submit a patch >> with the bug report and make the devs love you! > > Done: http://bugs.python.org/issue17271. Fixed. Thank you.