Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeder2.ecngs.de!ecngs!feeder.ecngs.de!xlned.com!feeder1.xlned.com!newsfeed.xs4all.nl!newsfeed5.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.013 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:Python': 0.05; 'versions,': 0.05; 'parameter': 0.07; 'python': 0.09; 'open()': 0.09; 'cc:addr:python-list': 0.10; 'url:py3k': 0.16; 'later': 0.16; 'wrote:': 0.17; 'earlier': 0.21; 'cc:2**0': 0.23; 'example': 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'am,': 0.27; 'there.': 0.28; 'url:python': 0.32; 'could': 0.32; 'function.': 0.33; 'anyone': 0.33; 'wrong': 0.34; 'there': 0.35; 'but': 0.36; 'url:org': 0.36; 'url:library': 0.36; 'does': 0.37; 'subject:: ': 0.38; 'url:docs': 0.38; 'received:192': 0.39; 'received:192.168': 0.40; 'subject:-': 0.40; 'header:Reply-To:1': 0.68; 'subject:The': 0.71; 'received:74.208': 0.71; 'reply-to:no real name:2**0': 0.72; 'url:functions': 0.84 Date: Mon, 03 Sep 2012 09:05:42 -0400 From: Dave Angel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0 MIME-Version: 1.0 To: Marco Subject: Re: The opener parameter of Python 3 open() built-in References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Provags-ID: V02:K0:STOEDKmUUAwRN/0Jql0TUXBdSTdCTGgmH75vd79j7c9 py7oUAMeFgZhG6FTGthdFEaWAzKuYftO+yXsRe+Ypgjvi6i51N g8HbS3yqJ3H2XwoS2/b91humij79uiv0Q+tMh1bHVnws7GvZNT iN7Rkt4raoPrAs6uGRcOx9yHGybVS09W8gf2Nfhp8ddKcgRAC+ SuGpmwJP87Y3SXAYgjvYlGaTavSdUD8OnksTGrLHW6AiyTX+vd VypgOKMpUG+Q7P/kXoxioGvSttr1b3kncrD4NV/oLbLKpfkPfD gk/qu22cET18cRI1eonXmodKBfQNRJT2BPOx7+fDkeLvX7BBw= = Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: d@davea.name 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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1346677570 news.xs4all.nl 6934 [2001:888:2000:d::a6]:32944 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:28348 On 09/03/2012 08:32 AM, Marco wrote: > Does anyone have an example of utilisation? As of Python 3.2.3, there is no "opener" parameter in the open() function. http://docs.python.org/py3k/library/functions.html I don't know of any such parameter in earlier or later versions, but I could be wrong there. -- DaveA